Skip to content
Snippets Groups Projects
Verified Commit 89aff1f7 authored by Tim Kaune's avatar Tim Kaune
Browse files

Bump CMake package version number to 1.9.0

parent 2a3d0c16
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ set(CMAKE_MAXIMUM_SUPPORTED_VERSION 3.31)
cmake_minimum_required(VERSION 3.30...${CMAKE_MAXIMUM_SUPPORTED_VERSION})
project(CalgoIntegrators VERSION 1.8.0 LANGUAGES C)
project(CalgoIntegrators VERSION 1.9.0 LANGUAGES C)
include(FetchContent)
......
......@@ -127,9 +127,9 @@ include(FetchContent)
FetchContent_Declare(
CalgoIntegrators
GIT_REPOSITORY "git@gitlab.aei.uni-hannover.de:netlib/calgo-integrators.git"
GIT_TAG v1.7.1
GIT_TAG v1.9.0
SYSTEM
FIND_PACKAGE_ARGS 1.7.1 CONFIG NAMES CalgoIntegrators
FIND_PACKAGE_ARGS 1.9.0 CONFIG NAMES CalgoIntegrators
)
set(CalgoIntegrators_INCLUDE_PACKAGING TRUE)
FetchContent_MakeAvailable(CalgoIntegrators)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment