Skip to content

Commit d01c406

Browse files
authored
Merge pull request #618 from rintaro/testingmacros-rpath-platform
[CMake] Fix CMake generator expression in RPATH of TestingMacros
2 parents a90e8c5 + 6644c5d commit d01c406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/TestingMacros/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else()
6969
set(plugin_destination_dir "lib/swift/host/plugins")
7070
# RPATH 'lib/swift/{system}' and 'lib/swift/host'
7171
set_property(TARGET TestingMacros PROPERTY
72-
INSTALL_RPATH "$ORIGIN/../../<LOWER_CASE:${CMAKE_SYSTEM_NAME}>;$ORIGIN/..")
72+
INSTALL_RPATH "$ORIGIN/../../$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>;$ORIGIN/..")
7373
endif()
7474

7575
install(TARGETS TestingMacros

0 commit comments

Comments
 (0)