From 51a12878f6e5b06656d5e35e7bdb9ba21f0dcfb3 Mon Sep 17 00:00:00 2001 From: tomasMizera Date: Wed, 5 Jan 2022 17:44:34 +0100 Subject: [PATCH] mark crssync build option advanced --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f387547837..807e7298653 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")