changeset 294:d534902ed9a2

fix build with recent versions of CMake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Sep 2025 14:25:33 +0200
parents 4e015084b1ee
children 75f855ea6cc4
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")