Skip to content

Commit cc460f3

Browse files
committed
INFRA_GDAL_COPY_PROJDB: default off
1 parent 9e13eee commit cc460f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(CheckCXXSourceCompiles)
55

66
option(INFRA_LOGGING "Enable logging functionality" OFF)
77
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)
8+
option(INFRA_GDAL_COPY_PROJDB "Copy the proj.db to the build dir" OFF)
99
cmake_dependent_option(INFRA_EMBED_GDAL_DATA "Embed the required gdal data files in the binary" OFF "INFRA_GDAL" OFF)
1010
option(INFRA_LICENSE_MANAGER "Enable the license management functionality" OFF)
1111
option(INFRA_XML "Enable xml config reader" OFF)

0 commit comments

Comments
 (0)