mirror of
https://github.com/nlohmann/json.git
synced 2026-07-26 05:33:04 +04:00
e8427061a0
CMake 3.0+ refers to macOS’ Clang as AppleClang, which would fail a STREQUAL check. Fixed by changing it to MATCHES.