summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpression.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2020-07-11 15:41:19 (GMT)
committerVitaly Stakhovsky <vvs31415@gitlab.org>2020-07-11 15:51:22 (GMT)
commit43f7b17816e2de899dc5e9d0ed650c615e455eb3 (patch)
tree150d59825de030e091baafa0b8f74f0d24798867 /Source/cmGeneratorExpression.h
parentfd1df4995b6c1e063bb978e034a264b0e2d59f63 (diff)
downloadCMake-43f7b17816e2de899dc5e9d0ed650c615e455eb3.zip
CMake-43f7b17816e2de899dc5e9d0ed650c615e455eb3.tar.gz
CMake-43f7b17816e2de899dc5e9d0ed650c615e455eb3.tar.bz2
cmGeneratorExpressionInterpreter::Evaluate: remove const char* overload
Diffstat (limited to 'Source/cmGeneratorExpression.h')
-rw-r--r--Source/cmGeneratorExpression.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGeneratorExpression.h b/Source/cmGeneratorExpression.h
index 75bba02..09d8b88 100644
--- a/Source/cmGeneratorExpression.h
+++ b/Source/cmGeneratorExpression.h
@@ -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;