Improve cmake executable setting

Authored by apol on May 31 2017, 2:23 PM.

Description

Improve cmake executable setting

Make it kdevelop-wide rather than project-wide. Maybe it should be
session-wide. Or runtime?

Details

Committed
apolMay 31 2017, 2:41 PM
Parents
R32:518099ece091: Skip the cmakeserver test if cmake doesn't support the server mode
Branches
Unknown
Tags
Unknown
arrowd added a subscriber: arrowd.May 31 2017, 7:29 PM

I remember there was a problem with accessing CMake builder settings from another plugins: T1315
Has this been resolved?

apol added a comment.Jun 1 2017, 11:15 PM

No, it fixes a different problem.
That said, I'm pretty sure we're using cmakebuildersettings both on builder and manager. It's a singleton so there should actually be just one instance (unless there's some issue with shared libraries I missed).