mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Add rudamentary mathematical expression support
This commit is contained in:
@@ -29,7 +29,7 @@ bool cmStringCommand::InitialPass(std::vector<std::string> const& args)
|
||||
return false;
|
||||
}
|
||||
|
||||
std::string subCommand = args[0];
|
||||
const std::string &subCommand = args[0];
|
||||
if(subCommand == "REGEX")
|
||||
{
|
||||
return this->HandleRegexCommand(args);
|
||||
|
||||
Reference in New Issue
Block a user