File framework.diff of Package orthanc-dicomweb
--- a/CMakeLists.txt Thu Aug 24 16:29:33 2023 +0200
+++ b/CMakeLists.txt Mon Sep 04 07:49:29 2023 +0200
@@ -54,6 +54,10 @@
set(BUILD_BABEL_POLYFILL OFF CACHE BOOL "Retrieve babel-polyfill from npm")
+# Hotfix to compile against system-wide Orthanc framework
+function(DefineSourceBasenameForTarget targetname)
+endfunction()
+
# Download and setup the Orthanc framework
include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake)