File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : {
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}"
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ endif()
2121# setup dependencies options
2222setupCmakeOptionDependencies(
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)
2727setupCmakeOptionDependencies(
28- USE_SYSTEM REQUIRED BOOST
28+ USE_SYSTEM REQUIRED LIBZIP BOOST
2929)
3030
3131importDependencies(
You can’t perform that action at this time.
0 commit comments