cmake: remove CMAKE_OSX_DEPLOYMENT_TARGET overrides

We _do_ want minimum versions in our packages.
This commit is contained in:
Daiderd Jordan
2020-01-31 21:52:12 +01:00
parent 9b579843d4
commit b984c227d2
4 changed files with 1 additions and 10 deletions
@@ -53,10 +53,6 @@ cmakeConfigurePhase() {
# we never want to use the global macOS SDK
cmakeFlags="-DCMAKE_OSX_SYSROOT= $cmakeFlags"
# disable OSX deployment target
# we don't want our binaries to have a "minimum" OSX version
cmakeFlags="-DCMAKE_OSX_DEPLOYMENT_TARGET= $cmakeFlags"
# correctly detect our clang compiler
cmakeFlags="-DCMAKE_POLICY_DEFAULT_CMP0025=NEW $cmakeFlags"