mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Don't build swift-syntax-parser-test with install rpath
This causes it not to find `libBlocksRuntime.so` when running the tests
This commit is contained in:
@@ -13,7 +13,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
|
||||
INSTALL_RPATH @executable_path/../lib)
|
||||
elseif(NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
|
||||
set_target_properties(swift-syntax-parser-test PROPERTIES
|
||||
BUILD_WITH_INSTALL_RPATH YES
|
||||
INSTALL_RPATH ${SWIFT_LIBRARY_OUTPUT_INTDIR})
|
||||
endif()
|
||||
target_compile_options(swift-syntax-parser-test PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user