Skip to content
Snippets Groups Projects
Commit 0cca0cfc authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Bump mac deployment target to 10.14

parent b754a8a5
No related branches found
No related tags found
No related merge requests found
...@@ -453,7 +453,7 @@ pipeline { ...@@ -453,7 +453,7 @@ pipeline {
'-DOGS_DOWNLOAD_ADDITIONAL_CONTENT=ON ' + '-DOGS_DOWNLOAD_ADDITIONAL_CONTENT=ON ' +
'-DOGS_BUILD_GUI=ON ' + '-DOGS_BUILD_GUI=ON ' +
'-DOGS_BUILD_UTILS=ON ' + '-DOGS_BUILD_UTILS=ON ' +
'-DCMAKE_OSX_DEPLOYMENT_TARGET="10.13" ' '-DCMAKE_OSX_DEPLOYMENT_TARGET="10.14" '
} }
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