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.23 by greg, Fri Jul 17 16:05:05 2020 UTC vs.
Revision 1.24 by greg, Mon Nov 8 15:38:51 2021 UTC

# Line 131 | Line 131 | set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
131  
132   if(MSVC)
133    add_definitions(/MP)
134 +  # Suppress warnings about double-to-float assignments and initializations
135 +  add_compile_options(/wd"4244" /wd"4305")
136   endif()
137   if(WIN32 AND "${CMAKE_C_COMPILER_ID}" MATCHES "^(Intel)$")
138    set(_INTEL_WINDOWS 1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines