]> granicus.if.org Git - handbrake/commitdiff
Back porting CMake upgrade to 0.10.x
authorsr55 <sr55.hb@outlook.com>
Sun, 13 Dec 2015 17:32:19 +0000 (17:32 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 13 Dec 2015 17:32:19 +0000 (17:32 +0000)
contrib/cmake/module.defs

index c4f0ddf68bfc597e0d7334eb26cc3e79576f27fb..0cd986bd6e2f85eb80453afc3c32343cb3872129 100644 (file)
@@ -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