diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-12-14 23:11:35 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-12-14 23:11:35 +0000 |
commit | 728a5895ce2bd160b3a8748ee15711d942d62ebb (patch) | |
tree | f4783c340a4f48b09d9d6ff366d55b599e2a4ebf /modules/CMakeLists.txt | |
parent | d6452721669defdbf81eb43cdab8e08b4ef43ed7 (diff) | |
download | extra-cmake-modules-728a5895ce2bd160b3a8748ee15711d942d62ebb.tar.gz extra-cmake-modules-728a5895ce2bd160b3a8748ee15711d942d62ebb.tar.bz2 |
-rename the new kde4_write_basic_cmake_version_file() to macro_write_basic_cmake_version_file(), since
it is completely KDE-independent and can potentially be used in any other project
remove the old macro, add the new renamed one, add it to the macro library, adjust kdepimlibs/CMakeLists.txt accordingly
Alex
svn path=/trunk/KDE/kdelibs/; revision=896999
Diffstat (limited to 'modules/CMakeLists.txt')
-rw-r--r-- | modules/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 35526b69..675659c4 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -1,4 +1,4 @@ -## install the cmake files +# install the cmake files file(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake") @@ -9,7 +9,7 @@ install( FILES cmake-modules-styleguide.txt kde4init_win32lib_dummy.cpp.in kde4_cmake_uninstall.cmake.in kde4automoc.files.in - kde4BasicFindPackageVersion.cmake.in + BasicFindPackageVersion.cmake.in FindLibPython.py FindPyKDE4.py FindPyQt.py |