forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.11'
Change-Id: I48e406d43f185e893523cc5e0dcf288afdc3e36c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user