Skip to content

Commit

Permalink
CI: Reorder TPLs more logically
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Oct 17, 2023
1 parent 0a78590 commit a15c7e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TPLsList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
#

SET( Seacas_TPLS_FINDMODS_CLASSIFICATIONS
X11 "cmake/TPLs/" ST
DLlib "cmake/TPLs/" ST
fmt "cmake/TPLs/" ST
GTest "cmake/TPLs/" PT
Zlib "cmake/TPLs/" ST
Pthread "cmake/TPLs/" PT
Expand All @@ -66,10 +69,7 @@ SET( Seacas_TPLS_FINDMODS_CLASSIFICATIONS
ParMETIS "cmake/TPLs/" ST
Pamgen "cmake/TPLs/" ST
Matio "cmake/TPLs/" ST
X11 "cmake/TPLs/" ST
DLlib "cmake/TPLs/" ST
CUDA "cmake/TPLs/" ST
fmt "cmake/TPLs/" ST
Kokkos "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/" ST
Faodel "${PROJECT_SOURCE_DIR}/packages/seacas/cmake/tpls/" ST
Cereal "${PROJECT_SOURCE_DIR}/packages/seacas/cmake/tpls/" ST
Expand Down

0 comments on commit a15c7e1

Please sign in to comment.