aboutsummaryrefslogtreecommitdiff
path: root/modules/remove_files.cmake.in
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-03-22 20:32:02 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-03-22 20:32:02 +0000
commita87518d9cc32131127f51acd3221403c0e981764 (patch)
tree8b13e6e61b16d65f95b01ca568102daf715cb065 /modules/remove_files.cmake.in
parent2761044f193b57a45caa2f8b17b42fd2e2ee18ce (diff)
downloadextra-cmake-modules-a87518d9cc32131127f51acd3221403c0e981764.tar.gz
extra-cmake-modules-a87518d9cc32131127f51acd3221403c0e981764.tar.bz2
-these files come with cmake since 2.3.4, which we depend on, uninstall them if they were installed before
Alex svn path=/trunk/KDE/kdelibs/; revision=521555
Diffstat (limited to 'modules/remove_files.cmake.in')
-rw-r--r--modules/remove_files.cmake.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/remove_files.cmake.in b/modules/remove_files.cmake.in
deleted file mode 100644
index 8594d5f2..00000000
--- a/modules/remove_files.cmake.in
+++ /dev/null
@@ -1,2 +0,0 @@
-
-exec_program(${CMAKE_COMMAND} ARGS -E remove ${FILES_TO_REMOVE})