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

Bump CMake package version number to 1.11.0

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