Removing cmake-parameters does not force rebuild

I was experimenting with cmake-parameters in one of my parts. I notices that while the part gets rebuilt when changing any of the parameters in cmake-parameters, it does not get rebuilt when I remove cmake-parameters entirely. I think snapcraft must rebuilt a part when its cmake-parameters is removed because CMake will use default parameters instead of the previously provided parameters.

1 Like