summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-04-27 15:41:29 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-04-27 15:41:29 (GMT)
commit9b02cf44a60b272c9318373b618f15386e1f2cba (patch)
tree8ac8aa03a37fa962cdf657c10b0ba297ff21a951 /Modules
parent7500dd50ef9d0b625948933bfdb184abf61555bb (diff)
downloadCMake-9b02cf44a60b272c9318373b618f15386e1f2cba.zip
CMake-9b02cf44a60b272c9318373b618f15386e1f2cba.tar.gz
CMake-9b02cf44a60b272c9318373b618f15386e1f2cba.tar.bz2
ENH: remove FindKDE.cmake, which was obsolete (i.e. disabled using SEND_ERROR) since cmake 2.4.0, agreed by Bill
Alex
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindKDE.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/Modules/FindKDE.cmake b/Modules/FindKDE.cmake
deleted file mode 100644
index 58f3206..0000000
--- a/Modules/FindKDE.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# I don't think anybody actually used this file
-# at least not in any large scale
-# so it should be safe to obsolete it now
-#
-# Alex <neundorf@kde.org>
-
-MESSAGE(FATAL_ERROR "FindKDE.cmake is obsolete, please use FindKDE3.cmake or FindKDE4.cmake instead.")
-