diff options
Diffstat (limited to 'kde-modules/KDECompilerSettings.cmake')
| -rw-r--r-- | kde-modules/KDECompilerSettings.cmake | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake index 16f8c858..873ba992 100644 --- a/kde-modules/KDECompilerSettings.cmake +++ b/kde-modules/KDECompilerSettings.cmake @@ -324,11 +324,6 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")     # TODO : with CMake 2.8.11 this can be removed, it will work automatically     if(Qt5_POSITION_INDEPENDENT_CODE) -      check_cxx_compiler_flag(-fPIE __KDE_HAVE_FPIE_SUPPORT) -      if(NOT __KDE_HAVE_FPIE_SUPPORT) -         # Should we fail here ? -         message(STATUS "Your compiler doesn't support the PIE flag") -      endif()        set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)     endif() | 
