Open
Description
Issue by schuhschuh
Tuesday Jan 12, 2016 at 11:26 GMT
Originally opened as cmake-basis/legacy#543
Instead of just a single PROJECT_MODULES_DIR
, it would be nice to be able to provide more than one directory which should be searched for a number of modules. Currently, when different groups of modules are located in different subdirectories, the developer can only specify one of these directories with MODULES_DIR
option of basis_project
and has to specify each module in another subdirectory tree using MODULE_DIRS
explicitly.