Skip to content

Commit 9e9d51e

Browse files
authored
make fmt
1 parent d80c09d commit 9e9d51e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/test/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ endif()
3131
if(SILKWORM_WASM_API)
3232
# Strip off RPATH linker option added after building Catch2 v3.6.0 from sources
3333
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")
34+
list(REMOVE_ITEM CORE_TEST_LINK_OPTIONS
35+
"-rpath /home/circleci/.conan/data/catch2/3.6.0/_/_/package/9cc54baf4502227e8ffc50d3825f455b77620489/lib"
36+
)
3537
set_target_properties(core_test PROPERTIES LINK_OPTIONS "${CORE_TEST_LINK_OPTIONS}")
3638
endif()
3739

0 commit comments

Comments
 (0)