From 2232641b8e8a372ee1bcdcb1babdf4346d413b4f Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 10 Jun 2010 19:15:53 +0200 Subject: [PATCH] Change the >=gcc-4.4 test from warning into an error This reverts commit 37355406a84ccfba99d7067a3b9670d53635f43f. --- cmake/Conky.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Conky.cmake b/cmake/Conky.cmake index 7ca0e930..87b0282d 100644 --- a/cmake/Conky.cmake +++ b/cmake/Conky.cmake @@ -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