Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEACAS: Remove listing of undefined TPL deps (trilinos/Trilinos#11152) #334

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_OPTIONAL_PACKAGES SEACASExodus
TEST_OPTIONAL_TPLS Pthread
TEST_OPTIONAL_DEP_TPLS Pthread
)
4 changes: 2 additions & 2 deletions packages/seacas/libraries/exodus/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_TPLS Netcdf
LIB_OPTIONAL_TPLS Pthread HDF5 Pnetcdf MPI
LIB_OPTIONAL_DEP_TPLS Pthread HDF5 Pnetcdf MPI
TEST_REQUIRED_TPLS Netcdf
TEST_OPTIONAL_TPLS Pthread
TEST_OPTIONAL_DEP_TPLS Pthread
)