X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cb68a2cdd26d9c013a02dc4403991d3fb76dea7c..5252051291262562a3339f33ec284196f4a3c919:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 65254b1c..324b5c91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ add_definitions(-DNOMINATIM_VERSION="${NOMINATIM_VERSION}") # #----------------------------------------------------------------------------- -set(BUILD_TESTS on CACHE BOOL "Build test suite" FORCE) +set(BUILD_TESTS off CACHE BOOL "Build test suite" FORCE) set(WITH_LUA off CACHE BOOL "Build with lua support" FORCE) add_subdirectory(osm2pgsql)