version update OBS-URL: https://build.opensuse.org/request/show/1232975 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-dicomweb?expand=0&rev=35
14 lines
463 B
Diff
14 lines
463 B
Diff
--- 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)
|