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/MacroLibrary.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/MacroLibrary.cmake') diff --git a/modules/MacroLibrary.cmake b/modules/MacroLibrary.cmake index 5e482f92..a467d840 100644 --- a/modules/MacroLibrary.cmake +++ b/modules/MacroLibrary.cmake @@ -16,3 +16,4 @@ INCLUDE(MacroEnsureOutOfSourceBuild) INCLUDE(MacroBoolTo01) INCLUDE(MacroPushRequiredVars) INCLUDE(MacroLogFeature) +INCLUDE(MacroWriteBasicCMakeVersionFile) -- cgit v1.2.1