forked from qt-creator/qt-creator
CMakePM: Only process cmake files for include and modules
... and not for every function. Just the CMake files. Change-Id: I6e361f4913f8334942a3135adaa0480fdc0cee31 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -1432,10 +1432,10 @@ void CMakeBuildSystem::setupCMakeSymbolsHash()
|
|||||||
handleImportedTargets(cmakeFile, func);
|
handleImportedTargets(cmakeFile, func);
|
||||||
handleProjectTargets(cmakeFile, func);
|
handleProjectTargets(cmakeFile, func);
|
||||||
handleFindPackageVariables(cmakeFile, func);
|
handleFindPackageVariables(cmakeFile, func);
|
||||||
|
}
|
||||||
handleDotCMakeFiles(cmakeFile);
|
handleDotCMakeFiles(cmakeFile);
|
||||||
handleFindPackageCMakeFiles(cmakeFile);
|
handleFindPackageCMakeFiles(cmakeFile);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
m_projectFindPackageVariables.removeDuplicates();
|
m_projectFindPackageVariables.removeDuplicates();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user