contextgarden / luametatex

Temporary/draft repository with luametatex
30 stars 6 forks source link

Use MATCHES instead of STREQUAL to test for Clang #11

Open ryandesign opened 5 months ago

ryandesign commented 5 months ago

Everywhere that your CMakeLists.txt currently checks STREQUAL "Clang", please change to MATCHES "Clang".

If CMP0025 is set to NEW, then Apple versions of Clang are identified by the compiler ID AppleClang, not Clang.