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 21e9307 + fe461e1 commit 1a41219Copy full SHA for 1a41219
tools/swift-syntax-parser-test/CMakeLists.txt
@@ -13,7 +13,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
13
INSTALL_RPATH @executable_path/../lib)
14
elseif(NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
15
set_target_properties(swift-syntax-parser-test PROPERTIES
16
- BUILD_WITH_INSTALL_RPATH YES
17
INSTALL_RPATH ${SWIFT_LIBRARY_OUTPUT_INTDIR})
18
endif()
19
target_compile_options(swift-syntax-parser-test PRIVATE
0 commit comments