forked from qt-creator/qt-creator
CMakePM: Remove UNINITIALIZED SOFT_ASSERT
Fixes: QTCREATORBUG-26582 Change-Id: I2a453a3044f2cb6eed0fd3f27ceae97fe347fdba Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -159,7 +159,6 @@ CMakeConfigItem::Type CMakeConfigItem::typeStringToType(const QByteArray &type)
|
||||
if (type == "INTERNAL")
|
||||
return CMakeConfigItem::INTERNAL;
|
||||
|
||||
QTC_CHECK(type == "UNINITIALIZED");
|
||||
return CMakeConfigItem::UNINITIALIZED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user