cmake-basis / legacy

Legacy CMake BASIS project for versions 3.2 and older. For newer versions, go to
https://github.com/cmake-basis/BASIS
Other
13 stars 11 forks source link

Fix ignore list of disabled modules in BasisPack module #516

Closed schuhschuh closed 8 years ago

schuhschuh commented 8 years ago

The BasisPack.cmake module adds the directories of disabled modules to the CPACK_SOURCE_IGNORE_FILES list. This does not yet consider the new PROJECT_MODULE_DIRS, only the single PROJECT_MODULES_DIR within which all modules are expected to be located.