# HG changeset patch # User Sebastien Jodogne # Date 1744038167 -7200 # Node ID 6ff4f1bd0861dc99cdc8f33313707130c1098cd3 # Parent c6928c98fef9b7bb72f51617bc44208c6ddb9360 enable cmake 4.0 diff -r c6928c98fef9 -r 6ff4f1bd0861 Applications/CMakeLists.txt --- a/Applications/CMakeLists.txt Mon Apr 07 16:51:57 2025 +0200 +++ b/Applications/CMakeLists.txt Mon Apr 07 17:02:47 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(OrthancWSIApplications) include(${CMAKE_SOURCE_DIR}/../Resources/CMake/Version.cmake) diff -r c6928c98fef9 -r 6ff4f1bd0861 ViewerPlugin/CMakeLists.txt --- a/ViewerPlugin/CMakeLists.txt Mon Apr 07 16:51:57 2025 +0200 +++ b/ViewerPlugin/CMakeLists.txt Mon Apr 07 17:02:47 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(OrthancWSIPlugin) include(${CMAKE_SOURCE_DIR}/../Resources/CMake/Version.cmake)