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:
@@ -79,8 +79,8 @@ void cmExportLibraryDependenciesCommand::ConstFinalPass() const
|
||||
cmTarget const& target = l->second;
|
||||
|
||||
// Skip non-library targets.
|
||||
if (target.GetType() < cmState::STATIC_LIBRARY ||
|
||||
target.GetType() > cmState::MODULE_LIBRARY) {
|
||||
if (target.GetType() < cmStateEnums::STATIC_LIBRARY ||
|
||||
target.GetType() > cmStateEnums::MODULE_LIBRARY) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user