Mercurial > hg > orthanc-stone
changeset 2228:0191a7693b50
added 4.0 to cmake_minimum_required
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Apr 2025 14:22:20 +0200 |
parents | 71e573e4dcc1 |
children | 8cbf31382b7b |
files | Applications/Samples/RtViewerPlugin/CMakeLists.txt Applications/Samples/Sdl/CMakeLists.txt Applications/Samples/WebAssembly/CMakeLists.txt Applications/StoneWebViewer/Plugin/CMakeLists.txt Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Applications/StoneWebViewer/WebAssembly/StoneModule/CMakeLists.txt OrthancStone/Resources/WebAssemblySharedLibrary/CMakeLists.txt OrthancStone/Resources/WebAssemblyUnitTests/CMakeLists.txt RenderingPlugin/CMakeLists.txt |
diffstat | 9 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) project(StoneWebViewerPlugin)
--- 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 <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.10) +cmake_minimum_required(VERSION 2.8.10...4.0) cmake_policy(SET CMP0058 NEW) project(OrthancStone)
--- 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 <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(OrthancStone)
--- 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 <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(StoneWebViewerPlugin)
--- 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 <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(OrthancStone)
--- 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 <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) project(OrthancStone)
--- 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)
--- 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)
--- 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 <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...4.0) cmake_policy(SET CMP0058 NEW) project(RenderingPlugin)