mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmGeneratorExpressionInterpreter::Evaluate: remove const char* overload
This commit is contained in:
@@ -199,8 +199,6 @@ public:
|
||||
|
||||
const std::string& Evaluate(std::string expression,
|
||||
const std::string& property);
|
||||
const std::string& Evaluate(const char* expression,
|
||||
const std::string& property);
|
||||
|
||||
protected:
|
||||
cmGeneratorExpression GeneratorExpression;
|
||||
|
||||
Reference in New Issue
Block a user