forked from qt-creator/qt-creator
CMake: Mark configuration items that were taken from the CMakeCache.txt file
Change-Id: Id9e707d7b07d35ade44959955db61810e34f7b30 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -332,6 +332,10 @@ CMakeConfig BuildDirManager::parsedConfiguration() const
|
||||
return m_cmakeCache;
|
||||
if (m_cmakeCache.isEmpty())
|
||||
m_cmakeCache = m_reader->takeParsedConfiguration();
|
||||
|
||||
for (auto &ci : m_cmakeCache)
|
||||
ci.inCMakeCache = true;
|
||||
|
||||
return m_cmakeCache;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user