gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.32k stars 168 forks source link

Fixed detection of the AppleClang compiler #106

Closed phprus closed 3 years ago

phprus commented 3 years ago

See: https://cmake.org/cmake/help/v3.7/policy/CMP0025.html https://stackoverflow.com/questions/53410514/cmake-compiler-cxx-id-behaviour/53629796#53629796

gulrak commented 3 years ago

Nice, thank you.