We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b522488 commit fb3029dCopy full SHA for fb3029d
cmake/FindFilesystem.cmake
@@ -243,5 +243,5 @@ cmake_pop_check_state()
243
set(Filesystem_FOUND ${_found} CACHE BOOL "TRUE if we can run a program using std::filesystem" FORCE)
244
245
if(Filesystem_FIND_REQUIRED AND NOT Filesystem_FOUND)
246
- message(FATAL_ERROR "Cannot run simple program using std::filesystem")
+ message(FATAL_ERROR "Cannot run a simple program using std::filesystem\nYou need to update your C++ compiler to use this library")
247
endif()
0 commit comments