Skip to content

Commit 50466d1

Browse files
authored
Update Required SUNDIALS version (#2743)
Update SUNDIALS version in AMReXConfig.cmake.in to match AMReXThirdPartyLibraries.cmake
1 parent 3d344ec commit 50466d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/CMake/AMReXConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ if (@AMReX_PETSC@)
209209
endif ()
210210

211211
if (@AMReX_SUNDIALS@)
212-
find_dependency(SUNDIALS 5.7.0 REQUIRED)
212+
find_dependency(SUNDIALS 6.0.0 REQUIRED)
213213
endif ()
214214

215215
#

0 commit comments

Comments
 (0)