diff --git a/cmake/Config.cmake b/cmake/Config.cmake index 2ce5ac46..48bf1d03 100644 --- a/cmake/Config.cmake +++ b/cmake/Config.cmake @@ -131,6 +131,5 @@ elseif(CMAKE_COMPILER_IS_GNUCXX) set(SFML_COMPILER_GCC_W64 1) endif() else() - message(FATAL_ERROR "Unsupported compiler") - return() + message(WARNING "Unrecognized compiler: ${CMAKE_CXX_COMPILER_ID}. Use at your own risk.") endif()