Skip to content

Commit 2c956e4

Browse files
committed
Update SearchInstalledSoftware.cmake
1 parent 4b744b6 commit 2c956e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/modules/SearchInstalledSoftware.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ if(NOT ROOT_HAVE_NATIVE_CXX_FILESYSTEM)
20542054
set(CMAKE_REQUIRED_LIBRARIES stdc++fs)
20552055
check_cxx_source_compiles("${_filesystem_source}" ROOT_NEED_STDCXXFS)
20562056
if(NOT ROOT_NEED_STDCXXFS)
2057-
message(FATAL_ERROR "Could not determine how to use C++17 <filesystem>")
2057+
message(WARNING "Could not determine how to use C++17 <filesystem>")
20582058
endif()
20592059
endif()
20602060

0 commit comments

Comments
 (0)