summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-29 15:58:38 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-29 15:58:38 (GMT)
commite80acd971cdbd159140e1da76944258f437b96f4 (patch)
tree3f5918085b0411e2f036502040c1f5948e8881e8 /Source/cmIfCommand.h
parentfb43c6447606913ed0afca03c5018e6339e191ea (diff)
downloadCMake-e80acd971cdbd159140e1da76944258f437b96f4.zip
CMake-e80acd971cdbd159140e1da76944258f437b96f4.tar.gz
CMake-e80acd971cdbd159140e1da76944258f437b96f4.tar.bz2
ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)
Alex
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index 6b855a2..7698595 100644
--- a/Source/cmIfCommand.h
+++ b/Source/cmIfCommand.h
@@ -174,7 +174,7 @@ public:
// arguments were valid, and if so, was the response true. If there is
// an error, the errorString will be set.
static bool IsTrue(const std::vector<std::string> &args,
- char** errorString, const cmMakefile *mf);
+ char** errorString, cmMakefile *mf);
// Get a definition from the makefile. If it doesn't exist,
// return the original string.