diff --git a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp index c4d2127573b..99cb43eab40 100644 --- a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp +++ b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp @@ -514,7 +514,7 @@ void CMakeBuildSystem::combineScanAndParse(bool restoredFromBackup) if (restoredFromBackup) project()->addIssue( - CMakeProject::IssueType::Error, + CMakeProject::IssueType::Warning, tr("CMake configuration failed" "

The backup of the previous configuration has been restored.

" "

Have a look at the Issues pane or in the \"Projects > Build\" settings " @@ -532,7 +532,7 @@ void CMakeBuildSystem::combineScanAndParse(bool restoredFromBackup) updateFallbackProjectData(); project()->addIssue( - CMakeProject::IssueType::Error, + CMakeProject::IssueType::Warning, tr("Failed to load project" "

Have a look at the Issues pane or in the \"Projects > Build\" settings " "for more information about the failure.