Skip to content

Commit

Permalink
CI: Fix nesting to only test in thread-safe build
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Oct 14, 2024
1 parent af75f54 commit 33feb0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/seacas/libraries/ioss/src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ IF (SEACASIoss_ENABLE_THREADSAFE)
COMM mpi serial
FINAL_PASS_REGULAR_EXPRESSION
)
ENDIF()

if (TPL_Netcdf_Enables_Netcdf4)
SET(IOSHELL_ARG --split_times 1 --in_type generated 10x10x10+shell:xXyYzZ+times:4+variables:element,2,nodal,3)
Expand Down Expand Up @@ -264,7 +263,7 @@ ENDIF()
FINAL_PASS_REGULAR_EXPRESSION
)
endif()

ENDIF()
ENDIF()

IF (TPL_ENABLE_Pamgen OR Trilinos_ENABLE_Pamgen)
Expand Down

0 comments on commit 33feb0d

Please sign in to comment.