Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Oct 20, 2024
1 parent c061337 commit d5564cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jobs:
conan profile detect --force
# conan install .. --output-folder=. --build=missing --settings compiler.cppstd=20
# ls -la
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
cmake --build . --config Release
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ if (MSVC)
add_definitions(-DBOOST_ALL_NO_LIB)
endif()

# set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
find_package(TBB REQUIRED)
find_package(EXPAT REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class OsrmConan(ConanFile):
"expat/2.6.2",
"lua/5.4.6",
"onetbb/2021.12.0",
"zlib/1.3.1"
)
generators = "CMakeDeps"

Expand Down

0 comments on commit d5564cc

Please sign in to comment.