Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed May 25, 2024
1 parent 1f6e4ff commit 5ce6b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ if(ENABLE_CONAN)
KEEP_RPATHS
NO_OUTPUT_DIRS
OPTIONS boost:filesystem_version=3 # https://stackoverflow.com/questions/73392648/error-with-boost-filesystem-version-in-cmake
# onetbb:shared=${TBB_SHARED}
onetbb:shared=${TBB_SHARED}
boost:without_stacktrace=True # Apple Silicon cross-compilation fails without it
BUILD missing
)
Expand Down
2 changes: 1 addition & 1 deletion include/extractor/internal_extractor_edge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include "util/typedefs.hpp"

#include <boost/assert.hpp>
#include <variant>
#include <utility>
#include <variant>

namespace osrm::extractor
{
Expand Down
5 changes: 1 addition & 4 deletions scripts/update_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ set -o nounset
OSMIUM_PATH="osmcode/libosmium"
OSMIUM_TAG=v2.14.0

VARIANT_PATH="mapbox/variant"
VARIANT_TAG=v1.2.0

SOL_PATH="ThePhD/sol2"
SOL_TAG=v2.17.5

Expand Down Expand Up @@ -56,6 +53,6 @@ function update_subtree () {
}

## Update dependencies
for dep in osmium variant sol rapidjson microtar protozero vtzero fmt; do
for dep in osmium sol rapidjson microtar protozero vtzero fmt; do
update_subtree $dep
done

0 comments on commit 5ce6b34

Please sign in to comment.