diff --git a/src/plugins/cmakeprojectmanager/fileapiparser.cpp b/src/plugins/cmakeprojectmanager/fileapiparser.cpp index 560b43617d0..f72bcd5a689 100644 --- a/src/plugins/cmakeprojectmanager/fileapiparser.cpp +++ b/src/plugins/cmakeprojectmanager/fileapiparser.cpp @@ -877,6 +877,7 @@ FileApiData FileApiParser::parseData(QPromise> & errorMessage = Tr::tr("CMake project configuration failed. No CMake configuration for " "build type \"%1\" found.") .arg(cmakeBuildType); + errorMessage += Tr::tr(" Check General messages for more information."); return result; }