Skip to content

Commit 3cce07a

Browse files
committed
ci: Relax openorienteering-mapper configuration
1 parent d052e11 commit 3cce07a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ci/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ steps:
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)

openorienteering-mapper-git.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif()
3636
set(Mapper_GIT_TAGS "master;dev" CACHE STRING "Mapper (git): The git branch names, commit IDs and tags")
3737
set(Mapper_GIT_LICENSING_PROVIDER "superbuild" CACHE STRING "Mapper (git): Provider for 3rd-party licensing information")
3838
set(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)
4040
option(Mapper_GIT_MANUAL_PDF "Mapper (git): Provide the manual as PDF file (needs pdflatex)" OFF)
4141
set(Mapper_GIT_GDAL_DATA_DIR "NOTFOUND" CACHE STRING "Mapper (git): GDAL data directory")
4242
option(Mapper_GIT_ENABLE_INSTALL "Mapper (git): Enable installation step" ON)

0 commit comments

Comments
 (0)