Skip to content

Commit

Permalink
Merge Pull Request #12888 from gsjaardema/Trilinos/fix-cmake-dependen…
Browse files Browse the repository at this point in the history
…cies

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'SEACAS: Fix fmt dependencie for Trlinos'
PR Author: gsjaardema
  • Loading branch information
trilinos-autotester authored Apr 5, 2024
2 parents 864738b + 2390e4c commit 1721819
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages/seacas/libraries/ioss/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
if(CMAKE_PROJECT_NAME STREQUAL "Trilinos")
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_OPTIONAL_PACKAGES SEACASExodus Pamgen Zoltan Kokkos
LIB_OPTIONAL_TPLS HDF5 CGNS ParMETIS Faodel Cereal DLlib Pthread DataWarp ADIOS2 Catalyst2 ${SEACAS_GTest_TPL_name}
)
else()
if(CMAKE_PROJECT_NAME STREQUAL "Seacas" OR CMAKE_PROJECT_NAME STREQUAL "SEACAS" )
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_TPLS fmt
LIB_OPTIONAL_PACKAGES SEACASExodus Zoltan
LIB_OPTIONAL_TPLS HDF5 Pamgen CGNS ParMETIS Faodel Cereal DLlib Pthread ADIOS2 Catalyst2 ${SEACAS_GTest_TPL_name} Kokkos DataWarp Catch2
)
else()
# Typically for Trilinos since don't have fmt as TPL, but instead have embedded versions.
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_OPTIONAL_PACKAGES SEACASExodus Pamgen Zoltan Kokkos
LIB_OPTIONAL_TPLS HDF5 CGNS ParMETIS Faodel Cereal DLlib Pthread DataWarp ADIOS2 Catalyst2 ${SEACAS_GTest_TPL_name}
)
endif()

TRIBITS_TPL_TENTATIVELY_ENABLE(DLlib)

0 comments on commit 1721819

Please sign in to comment.