https://bugs.kde.org/show_bug.cgi?id=387095

Milian Wolff <m...@milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://commits.kde.org/kde
                   |                            |velop/c2f9b5f29fa74a0fd8b27
                   |                            |0c1819dc25fa4855bfd

--- Comment #10 from Milian Wolff <m...@milianw.de> ---
Git commit c2f9b5f29fa74a0fd8b270c1819dc25fa4855bfd by Milian Wolff.
Committed on 19/11/2017 at 22:21.
Pushed by mwolff into branch '5.2'.

Don't add the same targets multiple times for nested CMake projects

When we import a cmake project folder and that contains nested
CMake projects, we ended up showing the same target multiple times,
since the CMake server output will reference the same targets for
the parent project and then again for the nested project(s).

Ensure the targets are only added once to fix this issue.

M  +6    -0    plugins/cmake/cmakeprojectdata.h
M  +8    -1    plugins/cmake/cmakeserverimportjob.cpp

https://commits.kde.org/kdevelop/c2f9b5f29fa74a0fd8b270c1819dc25fa4855bfd

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to