Skip to content

Commit

Permalink
ATDM: Replace Trilinos_ASSERT_MISSING_PACKAGES with Trilinos_ASSERT_D…
Browse files Browse the repository at this point in the history
…EFINED_DEPENDENCIES (trilinos#11429)

I set the value of Trilinos_ASSERT_DEFINED_DEPENDENCIES=SEND_ERROR so that if
any Trilinos package (including from add-on repos like Drekar) lists undefined
TPLs, then they will see all of the errors instead of just aborting on the
first error.  (That makes the process to fix all of the errors go faster.)
  • Loading branch information
bartlettroscoe committed Jan 11, 2023
1 parent 4dc4c6b commit 1d66f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/std/atdm/ATDMDevEnvSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ ATDM_SET_CACHE(Trilinos_ENABLE_EXPLICIT_INSTANTIATION ON CACHE BOOL)
#ATDM_SET_CACHE(HDF5_NO_SYSTEM_PATHS ${ATDM_HDF5_NO_SYSTEM_PATHS} CACHE BOOL)
ATDM_SET_CACHE(Trilinos_ENABLE_INSTALL_CMAKE_CONFIG_FILES ON CACHE BOOL)
ATDM_SET_CACHE(Trilinos_ENABLE_DEVELOPMENT_MODE OFF CACHE BOOL)
ATDM_SET_CACHE(Trilinos_ASSERT_MISSING_PACKAGES ON CACHE BOOL)
ATDM_SET_CACHE(Trilinos_ASSERT_DEFINED_DEPENDENCIES SEND_ERROR CACHE BOOL)
ATDM_SET_CACHE(Trilinos_LINK_SEARCH_START_STATIC "${ATDM_Trilinos_LINK_SEARCH_START_STATIC}" CACHE BOOL)
ATDM_SET_CACHE(Trilinos_ENABLE_OpenMP "${ATDM_USE_OPENMP}" CACHE BOOL)
ATDM_SET_CACHE(Trilinos_ENABLE_COMPLEX "${ATDM_COMPLEX}" CACHE BOOL)
Expand Down

0 comments on commit 1d66f42

Please sign in to comment.