cmake_modules/platform.cmake
changeset 9517 217eacb69395
parent 9339 14f5f3a1e2f7
child 9673 5be4de0eb4b0
equal deleted inserted replaced
9515:9af6176fcd8f 9517:217eacb69395
     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