mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-25 15:04:30 +00:00
Mapnik v4.0.0 (latest
) supports using std::filesystem with C++17 (#383)
This commit is contained in:
@ -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}
|
||||
|
@ -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
|
||||
|
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@ -37,7 +37,6 @@ jobs:
|
||||
ubuntu-mapnik-latest-build-dependencies: >-
|
||||
cmake
|
||||
git
|
||||
libboost-filesystem-dev
|
||||
libboost-program-options-dev
|
||||
libboost-regex-dev
|
||||
libfreetype6-dev
|
||||
|
Reference in New Issue
Block a user