diff options
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r-- | Source/cmIfCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index e28956f..2814f72 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -315,7 +315,7 @@ bool cmIfCommand::IsTrue(const std::vector<std::string> &args, } else { - def = makefile->GetDefinition((argP1)->c_str()); + def = makefile->GetDefinitionNoWatch((argP1)->c_str()); } if(def) { |