Mercurial > hg > orthanc
changeset 6474:95652230a6b7 pixel-anon
fix cpp plugin skeleton
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Sat, 22 Nov 2025 10:37:33 +0100 |
| parents | 4d8248653a14 |
| children | 3f855c1e43c4 |
| files | OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8...4.0) project(OrthancSkeleton)
--- 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'),
