Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add creation of empty packageEnables and subprojects
Add the creation of empty packageEnables.cmake and package_subproject_list.cmake files when `--skip-create-packageenables` argument is passed. This is due to SimpleTesting CTest drivers requiring these files to exist. packageEnables.cmake and package_subproject_list.cmake are created by get-changed-trilinos-packages.sh script which we do not always want to generate for cases such as Framework test line, where we do not want to spend extra compute resources building packages from changed files. We let the other PR builds handle that. Signed-off-by: Anderson Chauphan <[email protected]>
- Loading branch information