We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a90e8c5 + 6644c5d commit d01c406Copy full SHA for d01c406
Sources/TestingMacros/CMakeLists.txt
@@ -69,7 +69,7 @@ else()
69
set(plugin_destination_dir "lib/swift/host/plugins")
70
# RPATH 'lib/swift/{system}' and 'lib/swift/host'
71
set_property(TARGET TestingMacros PROPERTY
72
- INSTALL_RPATH "$ORIGIN/../../<LOWER_CASE:${CMAKE_SYSTEM_NAME}>;$ORIGIN/..")
+ INSTALL_RPATH "$ORIGIN/../../$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>;$ORIGIN/..")
73
endif()
74
75
install(TARGETS TestingMacros
0 commit comments