diff --git a/Sources/TestingMacros/CMakeLists.txt b/Sources/TestingMacros/CMakeLists.txt index dda13612b..d8fab3c2f 100644 --- a/Sources/TestingMacros/CMakeLists.txt +++ b/Sources/TestingMacros/CMakeLists.txt @@ -69,7 +69,7 @@ else() set(plugin_destination_dir "lib/swift/host/plugins") # RPATH 'lib/swift/{system}' and 'lib/swift/host' set_property(TARGET TestingMacros PROPERTY - INSTALL_RPATH "$ORIGIN/../../;$ORIGIN/..") + INSTALL_RPATH "$ORIGIN/../../$;$ORIGIN/..") endif() install(TARGETS TestingMacros