Updated Docs/Dockerfiles/GitHub actions after switching CMake to relative install paths (#412)

This commit is contained in:
Hummeltech
2024-03-16 14:57:19 -07:00
committed by GitHub
parent 4f04956289
commit 13a198d06d
33 changed files with 110 additions and 45 deletions

View File

@ -16,7 +16,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
project(mod_tile
DESCRIPTION "Renders map tiles with Mapnik and serves them using Apache HTTP Server"
HOMEPAGE_URL "https://github.com/openstreetmap/mod_tile"
VERSION 0.7.0
VERSION 0.7.1
)
set(CMAKE_C_STANDARD 99)