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