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
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.conan
|
path: ~/.conan
|
||||||
key: conan-${{ matrix.name }}-${{ github.sha }}
|
key: v2-conan-${{ matrix.name }}-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
conan-${{ matrix.name }}-
|
v2-conan-${{ matrix.name }}-
|
||||||
- name: Enable test cache
|
- name: Enable test cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -474,6 +474,7 @@ if(ENABLE_CONAN)
|
|||||||
GENERATORS cmake_find_package
|
GENERATORS cmake_find_package
|
||||||
KEEP_RPATHS
|
KEEP_RPATHS
|
||||||
NO_OUTPUT_DIRS
|
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})
|
add_dependency_includes(${CONAN_INCLUDE_DIRS_BOOST})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user