https://bugs.kde.org/show_bug.cgi?id=376571
Bug ID: 376571 Summary: Click on errors in CMakeLists.txt opens empty file Product: kdevelop Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Build tools: CMake Assignee: kdevelop-bugs-n...@kde.org Reporter: pej...@gmail.com Target Milestone: --- When I have a project with a non-standard build directory and get an error in CMakeLists.txt and click on the error line in the build window an empty CMakeLists.txt opens. Saving that file reveals that it is located inside the build directorys parent dir instead of project root. I usually create a build directory named "build/Debug/x86_64" instead of the default "build". If I have a build directory which is a first-level dir under project root it works as advertised. I have tested the following build directories: /home/user/src/qwe/build works /home/user/src/qwe/build/Debug/x86_64 fails /home/user/src/qwe/build/debug fails /tmp/qwe/build fails /home/user/src/build fails -- You are receiving this mail because: You are watching all bug changes.