From 728a5895ce2bd160b3a8748ee15711d942d62ebb Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 14 Dec 2008 23:11:35 +0000 Subject: -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 --- modules/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/CMakeLists.txt') 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 -- cgit v1.2.1