Skip to content

Commit

Permalink
SUNDIALS: upgraded to version 5.0.0 (#2198).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 22, 2019
1 parent 4e60f99 commit c5d793f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/thirdParty/SUNDIALS/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ project(SUNDIALSPlugin)
# Name and version of our package

set(PACKAGE_NAME SUNDIALS)
set(PACKAGE_VERSION 4.1.0)
set(PACKAGE_VERSION 5.0.0)

# Version of our package's libraries

Expand Down Expand Up @@ -33,7 +33,7 @@ set(SUNMATRIX_LIBRARY_VERSION ${MAJOR_SUNMATRIX_LIBRARY_VERSION}.1.0)

# Git tag for our library

set(GIT_TAG v4.1.0)
set(GIT_TAG v5.0.0)

# Specify where our local package will be installed

Expand Down

0 comments on commit c5d793f

Please sign in to comment.