diff options
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index d4b31feb..d42b28fa 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -550,7 +550,7 @@ if (CMAKE_SYSTEM_NAME MATCHES Linux)     if (CMAKE_COMPILER_IS_GNUCXX)        set ( _KDE4_PLATFORM_DEFINITIONS -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE)        set ( CMAKE_SHARED_LINKER_FLAGS "-Wl,--fatal-warnings -Wl,--no-undefined -lc") -      set ( CMAKE_MODULE_LINKER_FLAGS "-Wl,--fatal-warnings-Wl,--no-undefined -lc") +      set ( CMAKE_MODULE_LINKER_FLAGS "-Wl,--fatal-warnings -Wl,--no-undefined -lc")     endif (CMAKE_COMPILER_IS_GNUCXX)     if (CMAKE_C_COMPILER MATCHES "icc")        set ( _KDE4_PLATFORM_DEFINITIONS -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE) | 
