X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/8d1a8e8e48702c69243f142da2059a2587cef705..966ba4fe678284ff9cc6ac5f1385b78dc0b74675:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e9731ba8..bdc5cfdc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()