diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-06-03 19:57:49 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-06-03 19:57:49 +0000 |
commit | 4f15f0d815776fcb9af5ac2c09a3500c80466db7 (patch) | |
tree | 0e07f23c50ad74c3ac3c8897db29a1295407f668 /modules | |
parent | 7f4b50dd0e00bdd6fc4aaf512085f12c37bffdb6 (diff) | |
download | extra-cmake-modules-4f15f0d815776fcb9af5ac2c09a3500c80466db7.tar.gz extra-cmake-modules-4f15f0d815776fcb9af5ac2c09a3500c80466db7.tar.bz2 |
-ignore the previous commit and its comment...
Alex
svn path=/trunk/KDE/kdelibs/; revision=816407
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 9eec524f..2657940b 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -492,7 +492,6 @@ else (_kdeBootStrapping) endif (_kdeBootStrapping) -endif(NOT KDE4_FOUND) ##################### provide some options ########################################## @@ -519,8 +518,6 @@ option(KDE4_ENABLE_FPIE "Enable platform supports PIE linking") set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" ) -if(NOT KDE4_FOUND) - ########## the following are directories where stuff will be installed to ########### # # this has to be after find_xxx() block above, since there KDELibsDependencies.cmake is included |