changeset 18:44de9edf2443

fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
author Alain Mazy
date Wed, 02 Sep 2020 18:15:45 +0200
parents f438e831d9ad
children b77be39e25a5 968eb1c78aed 319d41a22de4
files Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt NEWS
diffstat 4 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Aws/CMakeLists.txt	Tue Sep 01 18:05:35 2020 +0200
+++ b/Aws/CMakeLists.txt	Wed Sep 02 18:15:45 2020 +0200
@@ -21,6 +21,7 @@
 set(ORTHANC_FRAMEWORK_PLUGIN ON)
 
 include(${ORTHANC_FRAMEWORK_ROOT}/../Resources/CMake/OrthancFrameworkConfiguration.cmake)
+include(${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Samples/Common/OrthancPluginsExports.cmake)
 
 
 add_definitions(
--- a/Azure/CMakeLists.txt	Tue Sep 01 18:05:35 2020 +0200
+++ b/Azure/CMakeLists.txt	Wed Sep 02 18:15:45 2020 +0200
@@ -19,7 +19,7 @@
 set(ORTHANC_FRAMEWORK_PLUGIN ON)
 
 include(${ORTHANC_FRAMEWORK_ROOT}/../Resources/CMake/OrthancFrameworkConfiguration.cmake)
-
+include(${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Samples/Common/OrthancPluginsExports.cmake)
 
 add_definitions(
     -DHAS_ORTHANC_EXCEPTION=1
--- a/Google/CMakeLists.txt	Tue Sep 01 18:05:35 2020 +0200
+++ b/Google/CMakeLists.txt	Wed Sep 02 18:15:45 2020 +0200
@@ -19,6 +19,7 @@
 set(ORTHANC_FRAMEWORK_PLUGIN ON)
 
 include(${ORTHANC_FRAMEWORK_ROOT}/../Resources/CMake/OrthancFrameworkConfiguration.cmake)
+include(${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Samples/Common/OrthancPluginsExports.cmake)
 
 
 add_definitions(
--- a/NEWS	Tue Sep 01 18:05:35 2020 +0200
+++ b/NEWS	Wed Sep 02 18:15:45 2020 +0200
@@ -1,6 +1,12 @@
 Pending changes in the mainline
 ===============================
 
+2020-09-02 - v 1.0.1
+====================
+
+* Internal change: fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
+
+
 2020-09-01 - v 1.0.0
 ====================