diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-04-27 15:41:29 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-04-27 15:41:29 (GMT) |
commit | 9b02cf44a60b272c9318373b618f15386e1f2cba (patch) | |
tree | 8ac8aa03a37fa962cdf657c10b0ba297ff21a951 /Modules | |
parent | 7500dd50ef9d0b625948933bfdb184abf61555bb (diff) | |
download | CMake-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.cmake | 9 |
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.") - |