# HG changeset patch # User Sebastien Jodogne # Date 1763804253 -3600 # Node ID 95652230a6b77cbe8002775be4c171cf49c61f67 # Parent 4d8248653a14ea325e1d939373114a4063dd0939 fix cpp plugin skeleton diff -r 4d8248653a14 -r 95652230a6b7 OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt --- a/OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt Sat Nov 22 10:18:45 2025 +0100 +++ b/OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt Sat Nov 22 10:37:33 2025 +0100 @@ -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(OrthancSkeleton) diff -r 4d8248653a14 -r 95652230a6b7 OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py --- a/OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py Sat Nov 22 10:18:45 2025 +0100 +++ b/OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py Sat Nov 22 10:37:33 2025 +0100 @@ -40,7 +40,7 @@ ('orthanc', 'OrthancFramework/Resources/CMake/Compiler.cmake', 'CMake'), ('orthanc', 'OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake', 'CMake'), ('orthanc', 'OrthancFramework/Resources/CMake/DownloadPackage.cmake', 'CMake'), - ('orthanc', 'OrthancFramework/Resources/EmbedResources.py', 'CMake'), + ('orthanc', 'OrthancFramework/Resources/CMake/EmbedResources.py', 'CMake'), ('orthanc', 'OrthancFramework/Resources/Toolchains/LinuxStandardBaseToolchain.cmake', 'Toolchains'), ('orthanc', 'OrthancFramework/Resources/Toolchains/MinGW-W64-Toolchain32.cmake', 'Toolchains'),