Mapnik v4.0.0 (latest) supports using std::filesystem with C++17 (#383)

This commit is contained in:
Hummeltech
2024-01-30 00:04:54 -07:00
committed by GitHub
parent 086cc8892e
commit 38fb906be7
3 changed files with 1 additions and 3 deletions

View File

@ -35,6 +35,7 @@ runs:
-DBUILD_UTILITY_SHAPEINDEX:BOOL=OFF \
-DBUILD_UTILITY_SVG2PNG:BOOL=OFF \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_CXX_STANDARD:STRING=17 \
-DCMAKE_INSTALL_PREFIX:PATH=/usr
cmake --build mapnik-build
shell: bash --noprofile --norc -euxo pipefail {0}

View File

@ -13,7 +13,6 @@ inputs:
default: >-
cmake
git
libboost-filesystem-dev
libboost-program-options-dev
libboost-regex-dev
libfreetype6-dev
@ -174,7 +173,6 @@ inputs:
default: >-
cmake
git
libboost-filesystem-dev
libboost-program-options-dev
libboost-regex-dev
libfreetype6-dev

View File

@ -37,7 +37,6 @@ jobs:
ubuntu-mapnik-latest-build-dependencies: >-
cmake
git
libboost-filesystem-dev
libboost-program-options-dev
libboost-regex-dev
libfreetype6-dev