Bug 363155 - Allow in-source builds with CMake
Summary: Allow in-source builds with CMake
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: CMake (other bugs)
Version First Reported In: git master
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-16 23:48 UTC by prkc
Modified: 2016-06-03 15:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description prkc 2016-05-16 23:48:58 UTC
Currently I cannot select the source directory (which contains the CMakeLists.txt file) as the build directory when opening the project with a recent git version of KDevelop 5.

Qt Creator supports this and I would like to use in-source builds after switching to KDevelop. 

Reproducible: Always

Steps to Reproduce:
1. Open CMake project
2. Try to select source directory as build directory
3.
Comment 1 Barade 2016-06-03 15:22:18 UTC
This might cause problems when pruning the build. There was a bug in KDevelop 4 which allowed you to prune your source dir when it was an in source build.