[cmake] Demote fatal error to a warning when we don't know the Apple SDK in use
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 22 Mar 2022 19:35:30 +0000 (15:35 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 22 Mar 2022 19:36:47 +0000 (15:36 -0400)
commit01dbd5518a17a3bf4db74db9a790485edc6cdf79
tree28a5fd74c03b63482f0d29ca95bf872d3fc766e3
parent129504014a94e08c7f7353d434d286164f106e1e
[cmake] Demote fatal error to a warning when we don't know the Apple SDK in use

Sometimes, we could be building for a platform where we don't link
compiler-rt, so being able to figure out the right compiler-rt suffix
isn't necessary, but we shouldn't fail the build.
cmake/Modules/HandleCompilerRT.cmake