diff options
author | Allen Winter <winter@kde.org> | 2006-05-16 00:57:34 +0000 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2006-05-16 00:57:34 +0000 |
commit | 85ad9ba5a38f14b3064d5832a8d6e90be3c79c4e (patch) | |
tree | 294a086b4a72e4b003ff5662aeb55d4b66222393 /modules/FindKDE4Internal.cmake | |
parent | a05810fcda22bbf60e671398da40159cb670601c (diff) | |
download | extra-cmake-modules-85ad9ba5a38f14b3064d5832a8d6e90be3c79c4e.tar.gz extra-cmake-modules-85ad9ba5a38f14b3064d5832a8d6e90be3c79c4e.tar.bz2 |
typo
svn path=/trunk/KDE/kdelibs/; revision=541352
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-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) |