diff options
author | Bradley Sepos <[email protected]> | 2015-10-23 14:44:49 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2015-10-23 14:44:49 -0400 |
commit | 97e6ad384476b97cbc36bfb0a81ac179b1fc7d70 (patch) | |
tree | 2caf5fc2813f1c9ed9d9f2ff71917b27f9f10bcb | |
parent | 51938c3c3ac7f4d0f72b420eafcb8a9259feac92 (diff) | |
parent | b34cc904aee6734e853bdb9fd4c8920cd63c9b9a (diff) |
Merge pull request #27 from bradleysepos/build
contrib: Update to CMake 3.3.2.
-rw-r--r-- | contrib/cmake/module.defs | 6 |
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 |