From: Sarah Hoffmann Date: Sat, 19 Nov 2016 12:09:11 +0000 (+0100) Subject: do not build osm2pgsql tests X-Git-Tag: v3.0.0~89^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/57dc1358440c18efc717577ae8ab8ceb4b89a869?ds=sidebyside;hp=-c do not build osm2pgsql tests --- 57dc1358440c18efc717577ae8ab8ceb4b89a869 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)