Skip to content

Decoupled cmMessanger from cmState

bmanga requested to merge bmanga/cmake:messanger-no-cmstate into master

This patch removes the requirement to have a cmState in order to create a cmMessanger. Given that the -W(no-)dev and friends can not change after the configuration phase, we can just set them up once as bools without having to look up their value for every message.

Merge request reports