cmake: correctly detect clang compiler on macOS

This commit is contained in:
Matthew Bauer 2018-03-14 14:36:27 -05:00
parent 8beb809fd1
commit bd9b17f762
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ cmakeConfigurePhase() {
# 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"
# This installs shared libraries with a fully-specified install
# name. By default, cmake installs shared libraries with just the
# basename as the install name, which means that, on Darwin, they