Skip to content

Commit e01d2d6

Browse files
committed
set empty build rpath
undo find specific package version
1 parent a365a7e commit e01d2d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmake/toolchain/wasi.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
set(CMAKE_C_COMPILER /opt/wasi-sdk/bin/clang)
1818
set(CMAKE_CXX_COMPILER /opt/wasi-sdk/bin/clang++)
1919

20+
set(CMAKE_BUILD_RPATH "")
2021
set(CMAKE_EXE_LINKER_FLAGS "-Xlinker -v -v")
2122

2223
add_compile_definitions(CATCH_CONFIG_NO_POSIX_SIGNALS JSON_HAS_FILESYSTEM=0)

cmd/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
]]
1616

17-
find_package(Catch2 3 REQUIRED)
17+
find_package(Catch2 REQUIRED)
1818
find_package(magic_enum REQUIRED)
1919

2020
# Silkworm Core Tests

0 commit comments

Comments
 (0)