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