Skip to content
Snippets Groups Projects
Verified Commit 412481d7 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Bumped macOS deployment target to 10.15

parent 7bd2d56b
No related branches found
No related tags found
No related merge requests found
...@@ -461,7 +461,7 @@ pipeline { ...@@ -461,7 +461,7 @@ pipeline {
'-DOGS_CPU_ARCHITECTURE=core2 ' + '-DOGS_CPU_ARCHITECTURE=core2 ' +
'-DOGS_BUILD_UTILS=ON ' + '-DOGS_BUILD_UTILS=ON ' +
'-DOGS_CONAN_BUILD=missing ' + '-DOGS_CONAN_BUILD=missing ' +
'-DCMAKE_OSX_DEPLOYMENT_TARGET="10.14" ' '-DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" '
} }
build { build {
target="package" target="package"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment