Skip to content

Commit

Permalink
Remove some left-over debugging print statements (#11976)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Jul 9, 2023
1 parent c84bb27 commit 2d1361a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/CallbackDefineRepositoryPackaging.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
MACRO(TRIBITS_REPOSITORY_DEFINE_PACKAGING)

MESSAGE("TRIBITS_REPOSITORY_DEFINE_PACKAGING() called for Trilinos!")

# We need to make sure that these excludes only apply to Trilinos, not the global
# project.
SET(Trilinos_SOURCE_EXCLUDE_DIR ${Trilinos_SOURCE_DIR})
#PRINT_VAR(Trilinos_SOURCE_EXCLUDE_DIR)

SET(CPACK_SOURCE_IGNORE_FILES
${CPACK_SOURCE_IGNORE_FILES}
Expand Down Expand Up @@ -48,7 +45,6 @@ MACRO(TRIBITS_REPOSITORY_DEFINE_PACKAGING)
${Trilinos_SOURCE_EXCLUDE_DIR}/config/
)

print_var(${CMAKE_PROJECT_NAME}_ENABLE_TrilinosBuildStats)
if (NOT ${CMAKE_PROJECT_NAME}_ENABLE_TrilinosBuildStats)
# Don't strip out all of commonTools/build_stats/, just the TriBITS
# package-related files. We want to keep these, even for a tarball
Expand Down

0 comments on commit 2d1361a

Please sign in to comment.