equal
deleted
inserted
replaced
1 |
1 |
2 if(APPLE) |
2 if(APPLE) |
|
3 if(${CMAKE_VERSION} VERSION_GREATER "2.8.10.2" AND |
|
4 ${CMAKE_VERSION} VERSION_LESS "2.8.12.1") |
|
5 message(FATAL_ERROR "This version of CMake is known *not* to work, please update or use a lower version") |
|
6 endif() |
|
7 |
3 set(CMAKE_FIND_FRAMEWORK "FIRST") |
8 set(CMAKE_FIND_FRAMEWORK "FIRST") |
4 |
9 |
5 #what system are we building for |
10 #what system are we building for |
6 set(minimum_macosx_version $ENV{MACOSX_DEPLOYMENT_TARGET}) |
11 set(minimum_macosx_version $ENV{MACOSX_DEPLOYMENT_TARGET}) |
7 |
12 |