cmConditionEvaluator: More use of cmProp

This commit is contained in:
vvs31415
2020-09-05 13:00:00 -04:00
parent 503d0f80e1
commit dae5fe8b8f
4 changed files with 40 additions and 45 deletions
-2
View File
@@ -28,8 +28,6 @@ public:
bool empty() const;
const char* c_str() const;
private:
std::string Value;
bool Quoted = false;