Skip to content

Commit

Permalink
Add boost:filesystem_version=3
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Aug 18, 2022
1 parent 5d6a01f commit 5121fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.conan
key: conan-${{ matrix.name }}-${{ github.sha }}
key: v2-conan-${{ matrix.name }}-${{ github.sha }}
restore-keys: |
conan-${{ matrix.name }}-
v2-conan-${{ matrix.name }}-
- name: Enable test cache
uses: actions/cache@v2
with:
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ if(ENABLE_CONAN)
GENERATORS cmake_find_package
KEEP_RPATHS
NO_OUTPUT_DIRS
OPTIONS boost:filesystem_version=3 # https://stackoverflow.com/questions/73392648/error-with-boost-filesystem-version-in-cmake
)

add_dependency_includes(${CONAN_INCLUDE_DIRS_BOOST})
Expand Down

0 comments on commit 5121fd9

Please sign in to comment.