Skip to content

Commit

Permalink
mark crssync build option advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera authored and github-actions[bot] committed Jan 5, 2022
1 parent ca53936 commit 68889ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -156,6 +156,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")
Expand Down

0 comments on commit 68889ff

Please sign in to comment.