Add boost:filesystem_version=3
This commit is contained in:
parent
5d6a01fd09
commit
5121fd9654
4
.github/workflows/osrm-backend.yml
vendored
4
.github/workflows/osrm-backend.yml
vendored
@ -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:
|
||||
|
||||
@ -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})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user