Compiler/gtest/build:

- do not set CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET on macOS
This commit is contained in:
2018-02-01 11:19:11 +01:00
parent f9fb318776
commit ec39aa35c3

View File

@@ -2,6 +2,13 @@
declare -a config_args=()
case "${OS}" in
Darwin )
#config_args+=( '-DCMAKE_OSX_SYSROOT=/' )
#config_args+=( "-DCMAKE_OSX_DEPLOYMENT_TARGET=''" )
;;
esac
pbuild::set_docfiles \
CHANGES \
CONTRIBUTORS \