Daniele E. Domenichelli
Daniele E. Domenichelli
In some cases it would be nice to have "make uninstall" called before "make install" (or better even before update and build steps). This would allow to have a clean...
The TemplatePkg and TemplateExe repositories are no longer available. Also they were outdated. We could point to robotology/how-to-export-cpp-library instead.
When new configure flags are added to BuildXXX.cmake files in CMAKE_CACHE_ARGS, these are not automatically passed to existing builds.
It would be nice to have targets like `make external` to make all the targets that have `COMPONENT external`
`IncludeUrl` module was not accepted in CMake (see https://cmake.org/pipermail/cmake-developers/2015-October/026661.html) The original plan was that one day only `YCMBootstrap` should be included in each project, so the new option is now...
Sometimes it would be useful to have a target that deletes also the sources, in order to restart start in a completely clean environment
Currently the -clean targets execute make clean in the subfolders. It would be useful to have a -very_clean (or maybe we can find a better name) target for subprojects that...
A target to remove the install folder and re-run make install for every subproject could be useful to be sure to work in a clean environment.
It would be useful to have a generic support for "snapshots". Each demo could be a snapshot and should have a CMake file with the `TAG`s for each subproject. This...
The patch for handling empty arguments in `CMakeParseArguments` was not accepted, because this module is going to be changed in a command, and this feature should be included see http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/8546...