Skip to content

Commit 6bcb8e9

Browse files
committed
CMake: Bump downloaded SUNDIALS version
Importantly, includes fixes that avoid clobbering our CMake variables
1 parent ed20d19 commit 6bcb8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/SetupBOUTThirdParty.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ if (BOUT_USE_SUNDIALS)
282282
FetchContent_Declare(
283283
sundials
284284
GIT_REPOSITORY https://github.com/LLNL/sundials
285-
GIT_TAG v7.0.0
285+
GIT_TAG v7.2.1
286286
)
287287
# Note: These are settings for building SUNDIALS
288288
set(EXAMPLES_ENABLE_C OFF CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)