Skip to content

Commit 51a1287

Browse files
tomasMizeranyalldawson
authored andcommittedJan 5, 2022
mark crssync build option advanced
1 parent b88b080 commit 51a1287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ if(WITH_CORE)
174174
set (WITH_QGIS_PROCESS TRUE CACHE BOOL "Determines whether the standalone \"qgis_process\" tool should be built")
175175

176176
set (NATIVE_CRSSYNC_BIN "" CACHE PATH "Path to a natively compiled synccrsdb binary. If set, crssync will not build but use provided bin instead.")
177+
mark_as_advanced (NATIVE_CRSSYNC_BIN)
177178

178179
# try to configure and build python bindings by default
179180
set (WITH_BINDINGS TRUE CACHE BOOL "Determines whether python bindings should be built")

0 commit comments

Comments
 (0)
Please sign in to comment.