From 1fb5bcae073e078d25bbd6858cc416759b9de47e Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 27 Jan 2007 12:55:29 +0000 Subject: 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 --- modules/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'modules/CMakeLists.txt') 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 -- cgit v1.2.1