Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require exclude listing of SEMSDevEnv.cmake, remove load_ci_sems_dev_env.sh (#482) #2374

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ SET(${PROJECT_NAME}_ENABLE_INSTALL_CMAKE_CONFIG_FILES_DEFAULT ON)
SET(${PROJECT_NAME}_ENABLE_CPACK_PACKAGING_DEFAULT ON)
# Don't allow disabled subpackages to be excluded from tarball
SET(${PROJECT_NAME}_EXCLUDE_DISABLED_SUBPACKAGES_FROM_DISTRIBUTION_DEFAULT FALSE)
# Set up to automatically use standard dev envs by default
SET(${PROJECT_NAME}_CONFIGURE_OPTIONS_FILE_APPEND
"${CMAKE_CURRENT_LIST_DIR}/cmake/StdDevEnvs.cmake" )

# Do all of the processing for this Tribits project
TRIBITS_PROJECT()
Expand Down
65 changes: 0 additions & 65 deletions cmake/StdDevEnvs.cmake

This file was deleted.

158 changes: 0 additions & 158 deletions cmake/ctest/drivers/ATTB/ATTBDevEnv.cmake

This file was deleted.

80 changes: 0 additions & 80 deletions cmake/ctest/drivers/ATTB/attb_cuda_config_base.sh

This file was deleted.

40 changes: 0 additions & 40 deletions cmake/ctest/drivers/ATTB/attb_cuda_config_for_drekar.sh

This file was deleted.

Loading