The include files in qpup_config are a) unused, b) duplicate info from yaml files, and c) not subdired like they should be (qpup_config/include vs qpup_config/include/qpup_config).
Probably just get rid of them. If not, subdir and install them (Update CMakeLists.txt) so that other packages can actually find them properly.
Similar to #5
The
include
files inqpup_config
are a) unused, b) duplicate info from yaml files, and c) not subdired like they should be (qpup_config/include
vsqpup_config/include/qpup_config
).Probably just get rid of them. If not, subdir and install them (Update CMakeLists.txt) so that other packages can actually find them properly.