Merge remote-tracking branch 'origin/4.11'

Change-Id: I48e406d43f185e893523cc5e0dcf288afdc3e36c
This commit is contained in:
Eike Ziller
2019-10-17 07:32:01 +02:00
133 changed files with 2326 additions and 1070 deletions

View File

@@ -167,8 +167,7 @@ void CMakeTool::setFilePath(const Utils::FilePath &executable)
if (m_executable == executable)
return;
m_introspection->m_didRun = false;
m_introspection->m_didAttemptToRun = false;
m_introspection = std::make_unique<Internal::IntrospectionData>();
m_executable = executable;
CMakeToolManager::notifyAboutUpdate(this);