From 909af316a6cfb2c2e5c5d1eab4672443fc42f00a Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 28 Mar 2006 09:45:55 +0000 Subject: [PATCH] Don't use regexp to search files: *.cmake install cmake_install.cmake too => not good. And don't install FindKDE4.cmake If we have some files to install add file into cmakefile variable set(cmakefile ... ) svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=523461 --- cmake/modules/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt index 38a9971aa..5dca7e19b 100644 --- a/cmake/modules/CMakeLists.txt +++ b/cmake/modules/CMakeLists.txt @@ -1,3 +1,5 @@ +# install the cmake files -add_subdirectory(modules) +#set(cmakeFiles) +#install_files(/share/apps/cmake/modules FILES ${cmakeFiles} )