Skip to content

Commit d5564cc

Browse files
wip
1 parent c061337 commit d5564cc

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ if (MSVC)
345345
add_definitions(-DBOOST_ALL_NO_LIB)
346346
endif()
347347

348-
# set(Boost_USE_STATIC_LIBS ON)
348+
set(Boost_USE_STATIC_LIBS ON)
349349
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
350350
find_package(TBB REQUIRED)
351351
find_package(EXPAT REQUIRED)

conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)