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

Bump CMake project version to 1.6.0

parent 96a04025
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ set(CMAKE_MAXIMUM_SUPPORTED_VERSION 3.29) ...@@ -23,7 +23,7 @@ set(CMAKE_MAXIMUM_SUPPORTED_VERSION 3.29)
include("./cmake/HandlePolicies.cmake" NO_POLICY_SCOPE) include("./cmake/HandlePolicies.cmake" NO_POLICY_SCOPE)
project(CalgoIntegrators VERSION 1.5.2 LANGUAGES C) project(CalgoIntegrators VERSION 1.6.0 LANGUAGES C)
include(GNUInstallDirs) include(GNUInstallDirs)
include(FetchContent) include(FetchContent)
......
...@@ -164,9 +164,9 @@ include(FetchContent) ...@@ -164,9 +164,9 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
CalgoIntegrators CalgoIntegrators
GIT_REPOSITORY "git@gitlab.aei.uni-hannover.de:netlib/calgo-integrators.git" GIT_REPOSITORY "git@gitlab.aei.uni-hannover.de:netlib/calgo-integrators.git"
GIT_TAG v1.5.2 GIT_TAG v1.6.0
SYSTEM SYSTEM
FIND_PACKAGE_ARGS 1.5.2 CONFIG NAMES CalgoIntegrators FIND_PACKAGE_ARGS 1.6.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 register or to comment