diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-06-18 18:58:23 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-06-18 18:58:23 +0000 |
commit | f20cd1e4876fe5277f42e54561690495cb24d417 (patch) | |
tree | 6cf87bd03d1b03e708205be51fb0c59d9c9e3898 /modules/MacroLibrary.cmake | |
parent | d1502894bdccc2e40ea81aadede9040899c514bb (diff) | |
download | extra-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.cmake | 1 |
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) |