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

Bump CMake project version to 1.7.0

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