mirror of
https://github.com/nlohmann/json.git
synced 2026-06-01 10:49:42 +00:00
e8427061a0
CMake 3.0+ refers to macOS’ Clang as AppleClang, which would fail a STREQUAL check. Fixed by changing it to MATCHES.