# HG changeset patch # User Sebastien Jodogne # Date 1756725141 -7200 # Node ID 890518e9d7a8bb2075b3fb919bd94a4558ed5ad3 # Parent 1850321453df8bd8811dfdce60ed08034a9384d1 fix build with recent versions of CMake diff -r 1850321453df -r 890518e9d7a8 CMakeLists.txt --- a/CMakeLists.txt Mon Sep 01 13:11:03 2025 +0200 +++ b/CMakeLists.txt Mon Sep 01 13:12:21 2025 +0200 @@ -19,7 +19,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8...4.0) project(OrthancGdcm)