]> git.openstreetmap.org Git - nominatim.git/blobdiff - CMakeLists.txt
remove dependent territories from country list
[nominatim.git] / CMakeLists.txt
index 036dda31b03418d575a763ae88705646bfd9a240..f5f776a171a0ddf9d6d8d6fcd9ed99a16cee7da9 100644 (file)
@@ -63,7 +63,6 @@ if (BUILD_IMPORTER AND BUILD_OSM2PGSQL)
     endif()
     set(BUILD_TESTS_SAVED "${BUILD_TESTS}")
     set(BUILD_TESTS off)
-    set(WITH_LUA off CACHE BOOL "")
     add_subdirectory(osm2pgsql)
     set(BUILD_TESTS ${BUILD_TESTS_SAVED})
 endif()