mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmState: Move TargetType enum to separate namespace
This commit is contained in:
@@ -120,7 +120,7 @@ protected:
|
||||
const char* path,
|
||||
cmGeneratorTarget const* t) = 0;
|
||||
virtual void WriteProjectConfigurations(
|
||||
std::ostream& fout, const std::string& name, cmState::TargetType type,
|
||||
std::ostream& fout, const std::string& name, cmStateEnums::TargetType type,
|
||||
std::vector<std::string> const& configs,
|
||||
const std::set<std::string>& configsPartOfDefaultBuild,
|
||||
const std::string& platformMapping = "") = 0;
|
||||
|
||||
Reference in New Issue
Block a user