1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-26 16:48:28 +00:00

Change the >=gcc-4.4 test from warning into an error

This reverts commit 37355406a84ccfba99d7067a3b9670d53635f43f.
This commit is contained in:
Pavel Labath 2010-06-10 19:15:53 +02:00
parent 0f213c89f2
commit 2232641b8e

View File

@ -26,7 +26,7 @@ try_compile(GCC4_WORKS
${CMAKE_MODULE_PATH}/gcc44test.cc
)
if(NOT GCC4_WORKS)
message(WARNING "Conky 2.x maybe requires GCC 4.4.0 or newer")
message(FATAL_ERROR "Conky 2.x requires GCC 4.4.0 or newer")
endif(NOT GCC4_WORKS)
# Set system vars