From: Bradley Sepos Date: Fri, 23 Oct 2015 14:17:03 +0000 (-0400) Subject: contrib: Update to CMake 3.3.2. X-Git-Tag: 1.0.0~818^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b34cc904aee6734e853bdb9fd4c8920cd63c9b9a;p=handbrake contrib: Update to CMake 3.3.2. Must configure with --system-curl for OS X 10.10.x with Xcode 7.1. --- 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