mark crssync build option advanced

This commit is contained in:
tomasMizera 2022-01-05 17:44:34 +01:00 committed by Nyall Dawson
parent b88b080777
commit 51a12878f6

View File

@ -174,6 +174,7 @@ if(WITH_CORE)
set (WITH_QGIS_PROCESS TRUE CACHE BOOL "Determines whether the standalone \"qgis_process\" tool should be built")
set (NATIVE_CRSSYNC_BIN "" CACHE PATH "Path to a natively compiled synccrsdb binary. If set, crssync will not build but use provided bin instead.")
mark_as_advanced (NATIVE_CRSSYNC_BIN)
# try to configure and build python bindings by default
set (WITH_BINDINGS TRUE CACHE BOOL "Determines whether python bindings should be built")