mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
BUG: this seems to fix the regexp result-storage problem, now it seems the actual result is tored instead of "1" , as it happened for StringFileTest on Windows
Alex
This commit is contained in:
@@ -384,8 +384,8 @@ bool cmIfCommand::IsTrue(const std::vector<std::string> &args,
|
||||
}
|
||||
if (regEntry.find(def))
|
||||
{
|
||||
*arg = "1";
|
||||
cmStringCommand::StoreMatches(makefile, regEntry);
|
||||
*arg = "1";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user