diff --git a/cmake/Conky.cmake b/cmake/Conky.cmake index d74b1ab9..066299cc 100644 --- a/cmake/Conky.cmake +++ b/cmake/Conky.cmake @@ -6,7 +6,7 @@ try_compile(GCC4_WORKS ${CMAKE_MODULE_PATH}/gcc44test.cc ) if(NOT GCC4_WORKS) - message(FATAL_ERROR "Conky 2.x requires GCC 4.4.0 or newer") + message(WARNING "Conky 2.x maybe requires GCC 4.4.0 or newer") endif(NOT GCC4_WORKS) # Set system vars