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.31 by greg, Tue Dec 5 21:47:27 2023 UTC vs.
Revision 1.32 by greg, Wed Jul 23 16:20:13 2025 UTC

# Line 86 | Line 86 | set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${P
86  
87   if(APPLE)
88    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c11 -std=c++11 -stdlib=libc++")
89 +  add_compile_options(-O2 -DBSD -DNOSTEREO -Dfreebsd)
90    add_definitions(-DBSD -DNOSTEREO -Dfreebsd)
91    set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
92   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines