Skip to content

Commit

Permalink
Build fixes for OSL on Windows
Browse files Browse the repository at this point in the history
This changelist contains two fixes for OSL builds on the Windows platform, both of which were authored by Kai Rohmer at NVIDIA.
  • Loading branch information
jstone-lucasfilm committed Jan 8, 2025
1 parent 635d156 commit de858d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testrender/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ add_executable (testrender ${testrender_srcs})

target_link_libraries (testrender
PRIVATE
oslexec oslquery
oslexec oslquery oslcomp
pugixml::pugixml
Threads::Threads)

Expand Down
2 changes: 2 additions & 0 deletions src/testshade/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# SPDX-License-Identifier: BSD-3-Clause
# https://github.com/AcademySoftwareFoundation/OpenShadingLanguage

set (LLVM_COMPILE_FLAGS ${LLVM_COMPILE_FLAGS} "-std=c++17")

# The 'testshade' executable
set ( testshade_srcs
testshade.cpp
Expand Down

0 comments on commit de858d6

Please sign in to comment.