# HG changeset patch # User Sebastien Jodogne # Date 1745583740 -7200 # Node ID 0191a7693b508474511f005a9c32c3d40cbb88ae # Parent 71e573e4dcc145cc26625a4bbdf2ec55b444ea6a added 4.0 to cmake_minimum_required diff -r 71e573e4dcc1 -r 0191a7693b50 Applications/Samples/RtViewerPlugin/CMakeLists.txt --- a/Applications/Samples/RtViewerPlugin/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/Applications/Samples/RtViewerPlugin/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) project(StoneWebViewerPlugin) diff -r 71e573e4dcc1 -r 0191a7693b50 Applications/Samples/Sdl/CMakeLists.txt --- a/Applications/Samples/Sdl/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/Applications/Samples/Sdl/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8.10) +cmake_minimum_required(VERSION 2.8.10...4.0) cmake_policy(SET CMP0058 NEW) project(OrthancStone) diff -r 71e573e4dcc1 -r 0191a7693b50 Applications/Samples/WebAssembly/CMakeLists.txt --- a/Applications/Samples/WebAssembly/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/Applications/Samples/WebAssembly/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(OrthancStone) diff -r 71e573e4dcc1 -r 0191a7693b50 Applications/StoneWebViewer/Plugin/CMakeLists.txt --- a/Applications/StoneWebViewer/Plugin/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/Applications/StoneWebViewer/Plugin/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(StoneWebViewerPlugin) diff -r 71e573e4dcc1 -r 0191a7693b50 Applications/StoneWebViewer/WebAssembly/CMakeLists.txt --- a/Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(OrthancStone) diff -r 71e573e4dcc1 -r 0191a7693b50 Applications/StoneWebViewer/WebAssembly/StoneModule/CMakeLists.txt --- a/Applications/StoneWebViewer/WebAssembly/StoneModule/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/Applications/StoneWebViewer/WebAssembly/StoneModule/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) project(OrthancStone) diff -r 71e573e4dcc1 -r 0191a7693b50 OrthancStone/Resources/WebAssemblySharedLibrary/CMakeLists.txt --- a/OrthancStone/Resources/WebAssemblySharedLibrary/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/OrthancStone/Resources/WebAssemblySharedLibrary/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -20,7 +20,7 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(OrthancStoneModule) diff -r 71e573e4dcc1 -r 0191a7693b50 OrthancStone/Resources/WebAssemblyUnitTests/CMakeLists.txt --- a/OrthancStone/Resources/WebAssemblyUnitTests/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/OrthancStone/Resources/WebAssemblyUnitTests/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -20,7 +20,7 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(OrthancStone) diff -r 71e573e4dcc1 -r 0191a7693b50 RenderingPlugin/CMakeLists.txt --- a/RenderingPlugin/CMakeLists.txt Fri Apr 25 14:20:44 2025 +0200 +++ b/RenderingPlugin/CMakeLists.txt Fri Apr 25 14:22:20 2025 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(RenderingPlugin)