mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
cmConditionEvaluator: More use of cmProp
This commit is contained in:
@@ -28,8 +28,6 @@ public:
|
||||
|
||||
bool empty() const;
|
||||
|
||||
const char* c_str() const;
|
||||
|
||||
private:
|
||||
std::string Value;
|
||||
bool Quoted = false;
|
||||
|
||||
Reference in New Issue
Block a user