# HG changeset patch # User Sebastien Jodogne # Date 1593533490 -7200 # Node ID fda17c92d7843750749fe44ea45dfa84ab656178 # Parent e57e6ca5303d4b1e3fe36a23689c6935e3d33480 removing HAS_ORTHANC_EXCEPTION diff -r e57e6ca5303d -r fda17c92d784 Applications/CMakeLists.txt --- a/Applications/CMakeLists.txt Tue Jun 30 18:03:23 2020 +0200 +++ b/Applications/CMakeLists.txt Tue Jun 30 18:11:30 2020 +0200 @@ -106,7 +106,6 @@ ) add_definitions( - -DHAS_ORTHANC_EXCEPTION=1 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 ) diff -r e57e6ca5303d -r fda17c92d784 Framework/Inputs/Orthanc/OrthancHttpConnection.h --- a/Framework/Inputs/Orthanc/OrthancHttpConnection.h Tue Jun 30 18:03:23 2020 +0200 +++ b/Framework/Inputs/Orthanc/OrthancHttpConnection.h Tue Jun 30 18:11:30 2020 +0200 @@ -23,10 +23,6 @@ #include "IOrthancConnection.h" -#if HAS_ORTHANC_EXCEPTION != 1 -# error The macro HAS_ORTHANC_EXCEPTION must be set to 1 if using this header -#endif - #include #include