From b34cc904aee6734e853bdb9fd4c8920cd63c9b9a Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Fri, 23 Oct 2015 10:17:03 -0400 Subject: contrib: Update to CMake 3.3.2. Must configure with --system-curl for OS X 10.10.x with Xcode 7.1. --- contrib/cmake/module.defs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'contrib/cmake') 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 -- cgit v1.2.3