We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeac43 commit b200c7fCopy full SHA for b200c7f
CMakeLists.txt
@@ -21,7 +21,7 @@
21
# Require CMake 2.8. I know for sure that this will not work with CMake 2.6
22
# due to the use of the FILE command we use when creating the bundle
23
# hierarchy.
24
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
25
26
# Mac OS X: Setting policy CMP0042 to the new behavior generates dylibs with
27
# RPATH-relative install name that is better suited for Mac OS X applications
0 commit comments