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 d80c09d commit 9e9d51eCopy full SHA for 9e9d51e
cmd/test/CMakeLists.txt
@@ -31,7 +31,9 @@ endif()
31
if(SILKWORM_WASM_API)
32
# Strip off RPATH linker option added after building Catch2 v3.6.0 from sources
33
get_target_property(CORE_TEST_LINK_OPTIONS core_test LINK_OPTIONS)
34
- list(REMOVE_ITEM CORE_TEST_LINK_OPTIONS "-rpath /home/circleci/.conan/data/catch2/3.6.0/_/_/package/9cc54baf4502227e8ffc50d3825f455b77620489/lib")
+ list(REMOVE_ITEM CORE_TEST_LINK_OPTIONS
35
+ "-rpath /home/circleci/.conan/data/catch2/3.6.0/_/_/package/9cc54baf4502227e8ffc50d3825f455b77620489/lib"
36
+ )
37
set_target_properties(core_test PROPERTIES LINK_OPTIONS "${CORE_TEST_LINK_OPTIONS}")
38
endif()
39
0 commit comments