diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2010-03-14 15:31:41 +0000 |
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2010-03-14 15:31:41 +0000 |
| commit | 575ac8acb9ae2ea0b6112057487002be02330557 (patch) | |
| tree | 583c1b782f6c7ddd4c0399ff10fd3a65fb5d464b /modules/CMakeLists.txt | |
| parent | 35342e6c7ad882f14e12bf96ce2f6e39e82e5aa1 (diff) | |
| download | extra-cmake-modules-575ac8acb9ae2ea0b6112057487002be02330557.tar.gz extra-cmake-modules-575ac8acb9ae2ea0b6112057487002be02330557.tar.bz2 | |
-add a copy of FindPackageHandleStandardArgs, which adds checking the version numbers, so you get
this automatically in all modules which use find_package_handle_standard_args()
Alex
svn path=/trunk/KDE/kdelibs/; revision=1103184
Diffstat (limited to 'modules/CMakeLists.txt')
| -rw-r--r-- | modules/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 587a289f..fad2de0e 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -10,6 +10,9 @@ set(cmakeFilesDontInstall FindPolkitQt.cmake FindPolkitQt-1.cmake) +# remove once we depend on a newer cmake version: +# FindPackageHandleStandardArgs (2.8.2) + # Explicitely list all files which will be installed. # We don't use a GLOB anymore so we can have also cmake files here # which are used inside kdelibs, but which don't have to be installed (and |
