mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmState: Move CacheEntryType enum to separate namespace
Port dependent code to the change.
This commit is contained in:
@@ -116,6 +116,6 @@ bool cmBuildCommand::TwoArgsSignature(std::vector<std::string> const& args)
|
||||
this->Makefile->AddCacheDefinition(define, makecommand.c_str(),
|
||||
"Command used to build entire project "
|
||||
"from the command line.",
|
||||
cmState::STRING);
|
||||
cmStateEnums::STRING);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user