# HG changeset patch # User Alain Mazy # Date 1758697236 -7200 # Node ID 31d0f5942b2975c2af3f3a4931ee7e55114b1fb3 # Parent 12b7d3bf7cab7fa6c723c7ae7bd694bd31f00759 fix compat with recent cmake versions diff -r 12b7d3bf7cab -r 31d0f5942b29 CMakeLists.txt --- a/CMakeLists.txt Tue Sep 23 10:42:07 2025 +0200 +++ b/CMakeLists.txt Wed Sep 24 09:00:36 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(OrthancDicomWeb)