mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
3cff031c9a
I was noticing that FindOpenMP was failing to find my openmp installation on macos when building with a custom-compiled clang. Upon inspection it appears that FindOpenMP is looking for `AppleClang` as a compiler identification and the `Clang` case is only applicable for Win32. Try to fix that by treating custom `Clang` on macos the same as `AppleClang`.
27 KiB
27 KiB