Skip to content

Commit 1d66f42

Browse files
ATDM: Replace Trilinos_ASSERT_MISSING_PACKAGES with Trilinos_ASSERT_DEFINED_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.)
1 parent 4dc4c6b commit 1d66f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/std/atdm/ATDMDevEnvSettings.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ ATDM_SET_CACHE(Trilinos_ENABLE_EXPLICIT_INSTANTIATION ON CACHE BOOL)
290290
#ATDM_SET_CACHE(HDF5_NO_SYSTEM_PATHS ${ATDM_HDF5_NO_SYSTEM_PATHS} CACHE BOOL)
291291
ATDM_SET_CACHE(Trilinos_ENABLE_INSTALL_CMAKE_CONFIG_FILES ON CACHE BOOL)
292292
ATDM_SET_CACHE(Trilinos_ENABLE_DEVELOPMENT_MODE OFF CACHE BOOL)
293-
ATDM_SET_CACHE(Trilinos_ASSERT_MISSING_PACKAGES ON CACHE BOOL)
293+
ATDM_SET_CACHE(Trilinos_ASSERT_DEFINED_DEPENDENCIES SEND_ERROR CACHE BOOL)
294294
ATDM_SET_CACHE(Trilinos_LINK_SEARCH_START_STATIC "${ATDM_Trilinos_LINK_SEARCH_START_STATIC}" CACHE BOOL)
295295
ATDM_SET_CACHE(Trilinos_ENABLE_OpenMP "${ATDM_USE_OPENMP}" CACHE BOOL)
296296
ATDM_SET_CACHE(Trilinos_ENABLE_COMPLEX "${ATDM_COMPLEX}" CACHE BOOL)

0 commit comments

Comments
 (0)