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

Comparing CMakeLists.txt (file contents):
Revision 1.31 by greg, Tue Dec 5 21:47:27 2023 UTC vs.
Revision 1.33 by greg, Thu Jul 24 01:24:01 2025 UTC

# Line 1 | Line 1
1 + # RCSid $Id$
2 +
3   cmake_minimum_required(VERSION 3.12)
4   cmake_policy(SET CMP0020 NEW)
5   cmake_policy(SET CMP0048 NEW)
# Line 86 | Line 88 | set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${P
88  
89   if(APPLE)
90    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c11 -std=c++11 -stdlib=libc++")
91 +  add_compile_options(-O2 -DBSD -DNOSTEREO -Dfreebsd)
92    add_definitions(-DBSD -DNOSTEREO -Dfreebsd)
93    set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
94   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines