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.
1 parent 4e56349 commit fe461e1Copy full SHA for fe461e1
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