File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 5858
5959 conan profile detect --force
6060
61- # conan install .. --output-folder=. --build=missing --settings compiler.cppstd=20
62-
63- # ls -la
64-
6561 cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
6662 cmake --build . --config Release
6763
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ if (MSVC)
345345 add_definitions (-DBOOST_ALL_NO_LIB)
346346endif ()
347347
348- # set(Boost_USE_STATIC_LIBS ON)
348+ set (Boost_USE_STATIC_LIBS ON )
349349find_package (Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS} )
350350find_package (TBB REQUIRED)
351351find_package (EXPAT REQUIRED)
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class OsrmConan(ConanFile):
99 "expat/2.6.2" ,
1010 "lua/5.4.6" ,
1111 "onetbb/2021.12.0" ,
12+ "zlib/1.3.1"
1213 )
1314 generators = "CMakeDeps"
1415
You can’t perform that action at this time.
0 commit comments