aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroLibrary.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-06-18 18:58:23 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-06-18 18:58:23 +0000
commitf20cd1e4876fe5277f42e54561690495cb24d417 (patch)
tree6cf87bd03d1b03e708205be51fb0c59d9c9e3898 /modules/MacroLibrary.cmake
parentd1502894bdccc2e40ea81aadede9040899c514bb (diff)
downloadextra-cmake-modules-f20cd1e4876fe5277f42e54561690495cb24d417.tar.gz
extra-cmake-modules-f20cd1e4876fe5277f42e54561690495cb24d417.tar.bz2
-macro_push_required_vars() and macro_pop_required_vars() for guarding cmake's check_something_exists() macros
Alex svn path=/trunk/KDE/kdelibs/; revision=552675
Diffstat (limited to 'modules/MacroLibrary.cmake')
-rw-r--r--modules/MacroLibrary.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/MacroLibrary.cmake b/modules/MacroLibrary.cmake
index ce741f7b..c4006c27 100644
--- a/modules/MacroLibrary.cmake
+++ b/modules/MacroLibrary.cmake
@@ -6,3 +6,4 @@ INCLUDE(MacroAdditionalCleanFiles)
INCLUDE(MacroAddFileDependencies)
INCLUDE(MacroEnsureOutOfSourceBuild)
INCLUDE(MacroBoolTo01)
+INCLUDE(MacroPushRequiredVars)