ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/CMakeLists.txt
(Generate patch)

Comparing ray/CMakeLists.txt (file contents):
Revision 1.27 by greg, Tue May 16 22:58:18 2023 UTC vs.
Revision 1.28 by greg, Wed Nov 15 18:02:52 2023 UTC

# Line 1 | Line 1
1 < cmake_minimum_required(VERSION 3.0)
1 > cmake_minimum_required(VERSION 3.5)
2   cmake_policy(SET CMP0020 NEW)
3   cmake_policy(SET CMP0048 NEW)
4   if(NOT ${CMAKE_VERSION} VERSION_LESS "3.1")
# Line 70 | Line 70 | set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${P
70   if(APPLE)
71    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c11 -std=c++11 -stdlib=libc++")
72    add_definitions(-DBSD -DNOSTEREO -Dfreebsd)
73 <  set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mmacosx-version-min=10.7")
73 >  set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS})
74 >  set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7")
75   endif()
76  
77   if(BUILD_LIBTIFF)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines