mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmState: Move TargetType enum to separate namespace
This commit is contained in:
@@ -74,7 +74,7 @@ void cmGlobalKdevelopGenerator::Generate()
|
||||
for (std::vector<cmGeneratorTarget*>::const_iterator ti =
|
||||
targets.begin();
|
||||
ti != targets.end(); ti++) {
|
||||
if ((*ti)->GetType() == cmState::EXECUTABLE) {
|
||||
if ((*ti)->GetType() == cmStateEnums::EXECUTABLE) {
|
||||
executable = (*ti)->GetLocation("");
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user