# HG changeset patch # User Sebastien Jodogne # Date 1756720263 -7200 # Node ID 059e7dc71287ea35679683954b95ae61456c160c # Parent 62ef442b9b3f9bfd959c435ba3b083b0b69169bb fix build with recent versions of CMake diff -r 62ef442b9b3f -r 059e7dc71287 CMakeLists.txt --- a/CMakeLists.txt Sat Jun 14 09:13:58 2025 +0200 +++ b/CMakeLists.txt Mon Sep 01 11:51:03 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(OrthancWebViewer)