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:
Dario Rexin
2020-04-15 14:44:45 -07:00
committed by GitHub
parent 4e56349399
commit fe461e1012

View File

@@ -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