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 a365a7e commit e01d2d6Copy full SHA for e01d2d6
cmake/toolchain/wasi.cmake
@@ -17,6 +17,7 @@
17
set(CMAKE_C_COMPILER /opt/wasi-sdk/bin/clang)
18
set(CMAKE_CXX_COMPILER /opt/wasi-sdk/bin/clang++)
19
20
+set(CMAKE_BUILD_RPATH "")
21
set(CMAKE_EXE_LINKER_FLAGS "-Xlinker -v -v")
22
23
add_compile_definitions(CATCH_CONFIG_NO_POSIX_SIGNALS JSON_HAS_FILESYSTEM=0)
cmd/test/CMakeLists.txt
@@ -14,7 +14,7 @@
14
limitations under the License.
15
]]
16
-find_package(Catch2 3 REQUIRED)
+find_package(Catch2 REQUIRED)
find_package(magic_enum REQUIRED)
# Silkworm Core Tests
0 commit comments