Skip to content

Commit fe461e1

Browse files
authored
Don't build swift-syntax-parser-test with install rpath
This causes it not to find `libBlocksRuntime.so` when running the tests
1 parent 4e56349 commit fe461e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/swift-syntax-parser-test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
1313
INSTALL_RPATH @executable_path/../lib)
1414
elseif(NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
1515
set_target_properties(swift-syntax-parser-test PROPERTIES
16-
BUILD_WITH_INSTALL_RPATH YES
1716
INSTALL_RPATH ${SWIFT_LIBRARY_OUTPUT_INTDIR})
1817
endif()
1918
target_compile_options(swift-syntax-parser-test PRIVATE

0 commit comments

Comments
 (0)