We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b744b6 commit 2c956e4Copy full SHA for 2c956e4
1 file changed
cmake/modules/SearchInstalledSoftware.cmake
@@ -2054,7 +2054,7 @@ if(NOT ROOT_HAVE_NATIVE_CXX_FILESYSTEM)
2054
set(CMAKE_REQUIRED_LIBRARIES stdc++fs)
2055
check_cxx_source_compiles("${_filesystem_source}" ROOT_NEED_STDCXXFS)
2056
if(NOT ROOT_NEED_STDCXXFS)
2057
- message(FATAL_ERROR "Could not determine how to use C++17 <filesystem>")
+ message(WARNING "Could not determine how to use C++17 <filesystem>")
2058
endif()
2059
2060
0 commit comments