We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e13eee commit cc460f3Copy full SHA for cc460f3
CMakeLists.txt
@@ -5,7 +5,7 @@ include(CheckCXXSourceCompiles)
5
6
option(INFRA_LOGGING "Enable logging functionality" OFF)
7
option(INFRA_GDAL "Enable gdal wrapper for reading gis data" OFF)
8
-option(INFRA_GDAL_COPY_PROJDB "Copy the proj.db to the build dir" ON)
+option(INFRA_GDAL_COPY_PROJDB "Copy the proj.db to the build dir" OFF)
9
cmake_dependent_option(INFRA_EMBED_GDAL_DATA "Embed the required gdal data files in the binary" OFF "INFRA_GDAL" OFF)
10
option(INFRA_LICENSE_MANAGER "Enable the license management functionality" OFF)
11
option(INFRA_XML "Enable xml config reader" OFF)
0 commit comments