Skip to content

Commit b200c7f

Browse files
committed
Update minimum CMake version
1 parent cdeac43 commit b200c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Require CMake 2.8. I know for sure that this will not work with CMake 2.6
2222
# due to the use of the FILE command we use when creating the bundle
2323
# hierarchy.
24-
cmake_minimum_required(VERSION 2.8)
24+
cmake_minimum_required(VERSION 2.8.12)
2525

2626
# Mac OS X: Setting policy CMP0042 to the new behavior generates dylibs with
2727
# RPATH-relative install name that is better suited for Mac OS X applications

0 commit comments

Comments
 (0)