changeset 332:059e7dc71287

fix build with recent versions of CMake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Sep 2025 11:51:03 +0200
parents 62ef442b9b3f
children 3bb9ebd283ce
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>.
 
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8...4.0)
 
 project(OrthancWebViewer)