mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
Merge topic 'KateDontIncludeFilesInBuildDir'
8802b81b0d Kate: don't include files in the CMakeFiles/ dir in the project
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8196
This commit is contained in:
@@ -282,9 +282,8 @@ std::string cmExtraKateGenerator::GenerateFilesString(
|
||||
cmMakefile* makefile = lgen->GetMakefile();
|
||||
const std::vector<std::string>& listFiles = makefile->GetListFiles();
|
||||
for (std::string const& listFile : listFiles) {
|
||||
tmp = listFile;
|
||||
{
|
||||
files.insert(tmp);
|
||||
if (listFile.find("/CMakeFiles/") == std::string::npos) {
|
||||
files.insert(listFile);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user