Skip to content

Commit

Permalink
Revert "cmake config overrides"
Browse files Browse the repository at this point in the history
This reverts commit b13a61b.
  • Loading branch information
Lederstrumpf committed Feb 12, 2025
1 parent aa546d5 commit efc8bd4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ hunter_config(
CMAKE_ARGS WITH_GFLAGS=OFF USE_RTTI=ON
)

hunter_config(
BoringSSL
URL https://github.com/qdrvm/boringssl/archive/bc72a3fa91d52d6c1db45c24efd863d180c7d98c.zip
SHA1 64b281459365194c7d1f561b075c25138e122926
)

if ("${WASM_COMPILER}" STREQUAL "WasmEdge")
hunter_config(
fmt
Expand Down Expand Up @@ -68,16 +62,6 @@ if ("${WASM_COMPILER}" STREQUAL "WasmEdge")
)
endif ()

hunter_config(
WasmEdge
URL https://github.com/qdrvm/WasmEdge/archive/refs/heads/fix/libdir.zip
SHA1 0bd0d0d5dc3e377c65a17f2fe309c5cdb9668755
CMAKE_ARGS
WASMEDGE_BUILD_STATIC_LIB=ON
WASMEDGE_BUILD_SHARED_LIB=OFF
KEEP_PACKAGE_SOURCES
)

if ("${WASM_COMPILER}" STREQUAL "WAVM")
hunter_config(
LLVM
Expand Down

0 comments on commit efc8bd4

Please sign in to comment.