From 8bc768593cbb4c7c92efd506783e947f91467070 Mon Sep 17 00:00:00 2001 From: Michael Onken Date: Thu, 11 Jan 2024 13:29:02 +0100 Subject: [PATCH] Check Release update. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef6237dd4e..6a9c5df51e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Minimum CMake version required -cmake_minimum_required(VERSION 3.0.0...3.27.4 FATAL_ERROR) +cmake_minimum_required(VERSION 3.0.0...3.28.1 FATAL_ERROR) # Declare project project(DCMTK)