Bring back per project settings of cmake executable
ClosedPublic

Authored by volden on Sep 10 2017, 7:23 PM.

Details

Summary

Hacking on the cmake source tree I came to realize that the per-project setting of cmake executable has moved as a global setting

This was done mostly in commit b9a746480f11b310b0c6e9a3e3d9ab795874b695

I have not been able to find a review for this commit, so I am a little bit unsure about what the intetion acually was, since there still is a cmake executable under the advanced settings.

This patch brings at least part of the functionality back.

This means that one will not be able to choose cmake executable when creating a new project, but it is possible to set it per project under the advanced settings.

Test Plan

Seems to work as expected.

Diff Detail

Repository
R32 KDevelop
Lint
Lint Skipped
Unit
Unit Tests Skipped
volden created this revision.Sep 10 2017, 7:23 PM
volden added a reviewer: apol.Sep 10 2017, 7:30 PM
apol accepted this revision.Sep 10 2017, 9:58 PM
This revision is now accepted and ready to land.Sep 10 2017, 9:58 PM
This revision was automatically updated to reflect the committed changes.
rjvbb added a subscriber: rjvbb.Sep 13 2017, 10:01 AM