# HG changeset patch # User Sebastien Jodogne # Date 1756729533 -7200 # Node ID d534902ed9a2200914393cf876fc447c1a17e355 # Parent 4e015084b1ee7a4473f18b39ef486ff4ed74a6b6 fix build with recent versions of CMake diff -r 4e015084b1ee -r d534902ed9a2 CMakeLists.txt --- a/CMakeLists.txt Mon Sep 01 11:16:59 2025 +0200 +++ b/CMakeLists.txt Mon Sep 01 14:25:33 2025 +0200 @@ -22,7 +22,7 @@ ## -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8...4.0) project(OrthancPython) set(PLUGIN_VERSION "mainline")