mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
cmState: Move CacheEntryType enum to separate namespace
Port dependent code to the change.
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ public:
|
||||
///! Break up a line like VAR:type="value" into var, type and value
|
||||
static bool ParseCacheEntry(const std::string& entry, std::string& var,
|
||||
std::string& value,
|
||||
cmState::CacheEntryType& type);
|
||||
cmStateEnums::CacheEntryType& type);
|
||||
|
||||
int LoadCache();
|
||||
bool LoadCache(const std::string& path);
|
||||
|
||||
Reference in New Issue
Block a user