diff options
author | Laurent Montel <montel@kde.org> | 2007-01-27 12:55:29 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2007-01-27 12:55:29 +0000 |
commit | 1fb5bcae073e078d25bbd6858cc416759b9de47e (patch) | |
tree | 69d30d1e6e02b840df461dffe9aa67ed4594cf1d /modules/CMakeLists.txt | |
parent | 1f724d6c01e65eb2a068aea968d34c140589da29 (diff) | |
download | extra-cmake-modules-1fb5bcae073e078d25bbd6858cc416759b9de47e.tar.gz extra-cmake-modules-1fb5bcae073e078d25bbd6858cc416759b9de47e.tar.bz2 |
Remove module which are now into cmake-2.4.5
FindLibXslt.cmake can be remove there is different from
cmake file (test xsltproc) and FindOpenSSL.cmake (I must
look at difference)
svn path=/trunk/KDE/kdelibs/; revision=627623
Diffstat (limited to 'modules/CMakeLists.txt')
-rw-r--r-- | modules/CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 97d0f6d3..7a555ea0 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -19,17 +19,17 @@ set(FILES_TO_REMOVE ${module_install_dir}/UsePkgconfig.cmake ${module_install_dir}/kde3uic.cmake ${module_install_dir}/kde3init_dummy.cpp.in + ${module_install_dir}/FindASPELL.cmake + ${module_install_dir}/FindLibXml2.cmake + ${module_install_dir}/FindHSPELL.cmake + ${module_install_dir}/FindJasper.cmake + ${module_install_dir}/CheckCXXCompilerFlag.cmake + ${module_install_dir}/FindBZip2.cmake ) -# can be removed once we require cmake 2.4.4 or newer: -# CheckCXXCompilerFlag.cmake -# FindBZip2.cmake -# FindJasper.cmake -# FindLibXml2.cmake +# can be removed once we require merge into cmake # FindLibXslt.cmake # FindOpenSSL.cmake -# FindASPELL.cmake -# FindHSPELL.cmake # can be removed once we require cmake 2.4.6 or newer: # FindPkgConfig.cmake |