X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/88d623b6319c4be9068f018390ad9e18b6eac3ad..2c07d5e000bceffb1f77cea456a232c9767ca7af:/CMakeLists.txt?ds=sidebyside 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)