Skip to content

Commit facb550

Browse files
libzip from system by default
1 parent f68a5d3 commit facb550

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"binaryDir": "${sourceDir}/build/x86_64-linux",
3434
"cacheVariables": {
3535
"CMAKE_INSTALL_PREFIX" : "${sourceDir}/build/x86_64-linux/install/",
36-
"FEELPP_USE_SYSTEM_EIGEN3": true,
37-
"FEELPP_USE_SYSTEM_LIBZIP": true
36+
"FEELPP_USE_SYSTEM_EIGEN3": true
3837
},
3938
"vendor": {
4039
"example.com/ExampleIDE/1.0": {
@@ -53,6 +52,7 @@
5352
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build/wasm-linux/install/",
5453
"CMAKE_BUILD_TYPE": "Release",
5554
"CMAKE_PREFIX_PATH": "/opt/emscripten-additional-ports/install/lib/cmake",
55+
"FEELPP_USE_SYSTEM_LIBZIP": false,
5656
"Boost_DIR": "/opt/emscripten-additional-ports/install/lib/cmake/Boost-$env{_BOOST_VERSION}",
5757
"boost_headers_DIR":"/opt/emscripten-additional-ports/install/lib/cmake/boost_headers-$env{_BOOST_VERSION}",
5858
"boost_program_options_DIR":"/opt/emscripten-additional-ports/install/lib/cmake/boost_program_options-$env{_BOOST_VERSION}"

cmake/dependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ endif()
2121
# setup dependencies options
2222
setupCmakeOptionDependencies(
2323
#PREFIX ${FEELPP_CORE_CMAKE_PREFIX}
24-
REQUIRED NAPP FMT LIBZIP NLOHMANN_JSON SPDLOG EIGEN3
24+
REQUIRED NAPP FMT NLOHMANN_JSON SPDLOG EIGEN3
2525
OPTIONAL CPR LIBASSERT CATCH2
2626
)
2727
setupCmakeOptionDependencies(
28-
USE_SYSTEM REQUIRED BOOST
28+
USE_SYSTEM REQUIRED LIBZIP BOOST
2929
)
3030

3131
importDependencies(

0 commit comments

Comments
 (0)