summaryrefslogtreecommitdiffstats
path: root/contrib/cmake/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cmake/module.defs')
-rw-r--r--contrib/cmake/module.defs15
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/cmake/module.defs b/contrib/cmake/module.defs
deleted file mode 100644
index 15c822e9d..000000000
--- a/contrib/cmake/module.defs
+++ /dev/null
@@ -1,15 +0,0 @@
-$(eval $(call import.MODULE.defs,CMAKE,cmake))
-$(eval $(call import.CONTRIB.defs,CMAKE))
-
-CMAKE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/cmake-3.9.6.tar.gz
-CMAKE.FETCH.url += https://cmake.org/files/v3.9/cmake-3.9.6.tar.gz
-CMAKE.FETCH.sha256 = 7410851a783a41b521214ad987bb534a7e4a65e059651a2514e6ebfc8f46b218
-
-CMAKE.CONFIGURE.deps =
-CMAKE.CONFIGURE.shared =
-CMAKE.CONFIGURE.static =
-CMAKE.CONFIGURE.extra = --no-qt-gui
-
-ifeq (darwin,$(BUILD.system))
- CMAKE.CONFIGURE.extra += --system-curl
-endif