commit 0b25e6bb86deea17a1875f6757fb48ecbc945d8a parent b1b08fe846408d4f8525dca0e9a248be36fc0901 Author: Frederic Cambus <fred@statdns.com> Date: Tue, 6 Dec 2016 21:17:09 +0100 Change option description wording Diffstat:
M | CMakeLists.txt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -50,7 +50,7 @@ if(NOT HAVE_STRTONUM) set (SRC ${SRC} compat/strtonum.c) endif() -SET(GEOIPDIR ${CMAKE_INSTALL_PREFIX}/share/GeoIP CACHE PATH "Path to GeoIP data files") +SET(GEOIPDIR ${CMAKE_INSTALL_PREFIX}/share/GeoIP CACHE PATH "Path to GeoIP databases") add_definitions(-Wall -Wextra -Werror -std=c99 -pedantic) add_definitions(-DGEOIPDIR="${GEOIPDIR}/")