From 9787a60e9c67ce90f19d3abf9be02150640041d8 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sat, 16 Feb 2013 00:37:02 +0100 Subject: ...trying to fix jenkins Alex --- kde-modules/KDECompilerSettings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake index b7729a5c..5d973a58 100644 --- a/kde-modules/KDECompilerSettings.cmake +++ b/kde-modules/KDECompilerSettings.cmake @@ -401,7 +401,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") if(NOT _compile_result) message(STATUS "${_compile_output_var}") - message(FATAL_ERROR "Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation (try passing --reduce-exports to configure).") + message(STATUS "Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation (try passing --reduce-exports to configure).") endif(NOT _compile_result) if (GCC_IS_NEWER_THAN_4_2) -- cgit v1.2.1