Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Remove the need for a fresh generate step after changing the config file. #28

Closed Knitschi closed 6 years ago

Knitschi commented 6 years ago

Currently the the user needs to do a 2_Generate.py <config> after making changes to the config file. This can easily be forgotten and it would be more convenient if changes had effect without the need for a second manual step. We should find out if this is possible, without getting negative side-effects.

Knitschi commented 6 years ago

maybe adding the config file to the directory property CMAKE_CONFIGURE_DEPENDS will work.

Knitschi commented 6 years ago

Fixed in 1ad438521b5eba869a94fc39abd2f3a41d6be36b