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.34k stars 173 forks source link

Removed debug information from CMakeLists.txt #174

Closed bugdea1er closed 1 year ago

bugdea1er commented 1 year ago

Moved cmake messages such as system name, compiler ID and CMAKE_CXX_COMPILE_FEATURES into an if statement since this is obviously a debug messages and should not be displayed if used as a submodule

gulrak commented 1 year ago

Yeah, that is better, thank you for the PR!