File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 5757 -DCMAKE_BUILD_TYPE=Release
5858 -DSUPERBUILD_DOWNLOAD_DIR=$(Build.SourcesDirectory)/download
5959 -DUSE_SYSTEM_PCRE2=FALSE
60- -DMapper_GIT_QT_VERSION=5.12
61- -DMapper_GIT_LICENSING_PROVIDER=superbuild
62- -DMapper_GIT_ENABLE_POSITIONING=ON
6360 -DMapper_GIT_ENABLE_INSTALL=OFF
6461 -Ddefault_INSTALL_DIR=
6562 -Ddefault_INSTALL_PREFIX=$(SUPERBUILD_INSTALL_DIR)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ endif()
3636set (Mapper_GIT_TAGS "master;dev" CACHE STRING "Mapper (git): The git branch names, commit IDs and tags" )
3737set (Mapper_GIT_LICENSING_PROVIDER "superbuild" CACHE STRING "Mapper (git): Provider for 3rd-party licensing information" )
3838set (Mapper_GIT_QT_VERSION 5.15 CACHE STRING "Mapper (git): Qt version" )
39- option (Mapper_GIT_ENABLE_POSITIONING "Mapper: Enable positioning" OFF )
39+ option (Mapper_GIT_ENABLE_POSITIONING "Mapper: Enable positioning" ON )
4040option (Mapper_GIT_MANUAL_PDF "Mapper (git): Provide the manual as PDF file (needs pdflatex)" OFF )
4141set (Mapper_GIT_GDAL_DATA_DIR "NOTFOUND" CACHE STRING "Mapper (git): GDAL data directory" )
4242option (Mapper_GIT_ENABLE_INSTALL "Mapper (git): Enable installation step" ON )
You can’t perform that action at this time.
0 commit comments