]> granicus.if.org Git - handbrake/commitdiff
contrib: Update to CMake 3.3.2.
authorBradley Sepos <bradley@bradleysepos.com>
Fri, 23 Oct 2015 14:17:03 +0000 (10:17 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Fri, 23 Oct 2015 14:17:03 +0000 (10:17 -0400)
Must configure with --system-curl for OS X 10.10.x with Xcode 7.1.

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