aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2013-02-16 00:37:02 +0100
committerAlex Neundorf <neundorf@kde.org>2013-02-16 00:37:02 +0100
commit9787a60e9c67ce90f19d3abf9be02150640041d8 (patch)
treea2692dd85989457663d1798c40b499a2e0b872d6
parent523befc0b04afd47265f884cb1c847be911275e1 (diff)
downloadextra-cmake-modules-9787a60e9c67ce90f19d3abf9be02150640041d8.tar.gz
extra-cmake-modules-9787a60e9c67ce90f19d3abf9be02150640041d8.tar.bz2
...trying to fix jenkins
Alex
-rw-r--r--kde-modules/KDECompilerSettings.cmake2
1 files changed, 1 insertions, 1 deletions
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)