We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6aebc commit 4b10b3dCopy full SHA for 4b10b3d
1 file changed
apache/CMakeLists.txt
@@ -32,7 +32,7 @@ if(WITH_APACHE)
32
ENDIF(APPLE)
33
34
message(STATUS "* Apache Module support status:")
35
- status_optional_component("Mapcache Version String" "${USE_VERSION_STRING}" "mod_mapcache/${MAPCACHE_VERSION_STRING}")
+ status_optional_component("MapCache Version String" "${USE_VERSION_STRING}" "mod_mapcache/${MAPCACHE_VERSION_STRING}")
36
if(APACHE_MODULE_DIR)
37
message(STATUS " * Module will be installed to : ${APACHE_MODULE_DIR}")
38
else(APACHE_MODULE_DIR)
0 commit comments