Skip to content

Commit fb3029d

Browse files
committed
Make Filesystem message clearer
1 parent b522488 commit fb3029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindFilesystem.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,5 @@ cmake_pop_check_state()
243243
set(Filesystem_FOUND ${_found} CACHE BOOL "TRUE if we can run a program using std::filesystem" FORCE)
244244

245245
if(Filesystem_FIND_REQUIRED AND NOT Filesystem_FOUND)
246-
message(FATAL_ERROR "Cannot run simple program using std::filesystem")
246+
message(FATAL_ERROR "Cannot run a simple program using std::filesystem\nYou need to update your C++ compiler to use this library")
247247
endif()

0 commit comments

Comments
 (0)