If we don't reset CMAKE_OSX_DEPLOYMENT_TARGET, it will end up in
CFLAGS together with the -mmacosx-version-min that we set,
and the compiler errors about the conflict.
Details
Details
- Reviewers
samsonov
Diff Detail
Diff Detail
Differential D4873
[compiler-rt] Fix the CMake build when setting MACOSX_DEPLOYMENT_TARGET hans on Aug 12 2014, 12:05 PM. Authored by
Details
If we don't reset CMAKE_OSX_DEPLOYMENT_TARGET, it will end up in
Diff Detail |