diff options
author | Keno Fischer <keno@juliacomputing.com> | 2023-09-24 17:25:06 (GMT) |
---|---|---|
committer | Keno Fischer <keno@juliacomputing.com> | 2023-09-24 17:28:58 (GMT) |
commit | 3cff031c9ad8aa2415f5c9131968f39d3f232e16 (patch) | |
tree | 17c508235d454bed757e48bb587de1cb1e66b1d8 /Modules/CMake.cmake | |
parent | 8847fceac6299962d3ca63c0e9206c65ddb102a7 (diff) | |
download | CMake-3cff031c9ad8aa2415f5c9131968f39d3f232e16.zip CMake-3cff031c9ad8aa2415f5c9131968f39d3f232e16.tar.gz CMake-3cff031c9ad8aa2415f5c9131968f39d3f232e16.tar.bz2 |
FindOpenMP: Handle non-Apple clang on macOS
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`.
Diffstat (limited to 'Modules/CMake.cmake')
0 files changed, 0 insertions, 0 deletions