Skip to content

Commit

Permalink
COMP: Fix openxr_loader library windows install rule
Browse files Browse the repository at this point in the history
Follow-up of 240a60a (ENH: Add support for "OpenXR" XR runtime)
  • Loading branch information
jcfr committed Jan 9, 2024
1 parent 240a60a commit 81ce0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
set(_library "${OpenXR-SDK_LIBRARY_PATHS_LAUNCHER_BUILD}/openxr_loader.dll")
# Since the launcher settings include the placeholder <CMAKE_CFG_INTDIR>, let's
# replace if with the corresponding generator expression.
string(REPLACE "<CMAKE_CFG_INTDIR>" "$<CONFIG>" _library ${_library})
install(FILES ${_library}
DESTINATION ${Slicer_THIRDPARTY_LIB_DIR}
COMPONENT RuntimeLibraries
Expand Down

0 comments on commit 81ce0df

Please sign in to comment.