From 57dc1358440c18efc717577ae8ab8ceb4b89a869 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 19 Nov 2016 13:09:11 +0100 Subject: [PATCH] do not build osm2pgsql tests --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.1