Skip to content

Commit 38fb906

Browse files
authored
Mapnik v4.0.0 (latest) supports using std::filesystem with C++17 (#383)
1 parent 086cc88 commit 38fb906

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/dependencies/build-and-install/mapnik/latest/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ runs:
3535
-DBUILD_UTILITY_SHAPEINDEX:BOOL=OFF \
3636
-DBUILD_UTILITY_SVG2PNG:BOOL=OFF \
3737
-DCMAKE_BUILD_TYPE:STRING=Release \
38+
-DCMAKE_CXX_STANDARD:STRING=17 \
3839
-DCMAKE_INSTALL_PREFIX:PATH=/usr
3940
cmake --build mapnik-build
4041
shell: bash --noprofile --norc -euxo pipefail {0}

.github/actions/dependencies/install/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ inputs:
1313
default: >-
1414
cmake
1515
git
16-
libboost-filesystem-dev
1716
libboost-program-options-dev
1817
libboost-regex-dev
1918
libfreetype6-dev
@@ -174,7 +173,6 @@ inputs:
174173
default: >-
175174
cmake
176175
git
177-
libboost-filesystem-dev
178176
libboost-program-options-dev
179177
libboost-regex-dev
180178
libfreetype6-dev

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
ubuntu-mapnik-latest-build-dependencies: >-
3838
cmake
3939
git
40-
libboost-filesystem-dev
4140
libboost-program-options-dev
4241
libboost-regex-dev
4342
libfreetype6-dev

0 commit comments

Comments
 (0)