Skip to content

Commit

Permalink
Merge Pull Request #13845 from sebrowne/Trilinos/deprecated-packages-…
Browse files Browse the repository at this point in the history
…no-warnings

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Framework: Turn off "strong" warnings in deprecated packages'
PR Author: sebrowne
  • Loading branch information
trilinos-autotester authored Mar 3, 2025
2 parents e354c7f + e452843 commit 6350a22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ PROJECT(${PROJECT_NAME} NONE)
include("${CMAKE_CURRENT_LIST_DIR}/cmake/UseCCache.cmake")

set(DEPRECATED_PACKAGES Amesos AztecOO Epetra EpetraExt Ifpack Intrepid Isorropia ML NewPackage Pliris PyTrilinos ShyLU_DDCore ThyraEpetraAdapters ThyraEpetraExtAdapters Triutils)
FOREACH(package ${DEPRECATED_PACKAGES})
set(${package}_DISABLE_STRONG_WARNINGS ON CACHE BOOL "Disable strong compile warnings for ${package}" FORCE)
ENDFOREACH()

# Set an env so we know we are in configure
set(ENV{CMAKE_IS_IN_CONFIGURE_MODE} 1)
Expand Down

0 comments on commit 6350a22

Please sign in to comment.