summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2015-10-23 14:44:49 -0400
committerBradley Sepos <[email protected]>2015-10-23 14:44:49 -0400
commit97e6ad384476b97cbc36bfb0a81ac179b1fc7d70 (patch)
tree2caf5fc2813f1c9ed9d9f2ff71917b27f9f10bcb
parent51938c3c3ac7f4d0f72b420eafcb8a9259feac92 (diff)
parentb34cc904aee6734e853bdb9fd4c8920cd63c9b9a (diff)
Merge pull request #27 from bradleysepos/build
contrib: Update to CMake 3.3.2.
-rw-r--r--contrib/cmake/module.defs6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/cmake/module.defs b/contrib/cmake/module.defs
index c4f0ddf68..0cd986bd6 100644
--- a/contrib/cmake/module.defs
+++ b/contrib/cmake/module.defs
@@ -1,9 +1,13 @@
$(eval $(call import.MODULE.defs,CMAKE,cmake))
$(eval $(call import.CONTRIB.defs,CMAKE))
-CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.0.1.tar.gz
+CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.3.2.tar.gz
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