Mercurial > hg > orthanc-gdcm
view Resources/CMake/gdcm-3.0.24-no-networking.patch @ 113:84c290aea085 default tip
trying to explicitly force the CRT
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Sep 2025 12:07:06 +0200 |
parents | 50803058462d |
children |
line wrap: on
line source
diff -urEb GDCM-3.0.24.orig/CMakeLists.txt GDCM-3.0.24/CMakeLists.txt --- GDCM-3.0.24.orig/CMakeLists.txt 2025-09-01 16:43:54.922176587 +0200 +++ GDCM-3.0.24/CMakeLists.txt 2025-09-01 16:53:23.970874745 +0200 @@ -1113,7 +1113,7 @@ "${GDCM_BINARY_DIR}/Source/Common" "${GDCM_SOURCE_DIR}/Source/DataStructureAndEncodingDefinition" "${GDCM_SOURCE_DIR}/Source/MediaStorageAndFileFormat" - "${GDCM_SOURCE_DIR}/Source/MessageExchangeDefinition" + # "${GDCM_SOURCE_DIR}/Source/MessageExchangeDefinition" "${GDCM_SOURCE_DIR}/Source/DataDictionary" "${GDCM_SOURCE_DIR}/Source/InformationObjectDefinition" ) diff -urEb GDCM-3.0.24.orig/Source/CMakeLists.txt GDCM-3.0.24/Source/CMakeLists.txt --- GDCM-3.0.24.orig/Source/CMakeLists.txt 2025-09-01 16:43:54.925176568 +0200 +++ GDCM-3.0.24/Source/CMakeLists.txt 2025-09-01 16:53:47.762740783 +0200 @@ -5,4 +5,4 @@ add_subdirectory( DataStructureAndEncodingDefinition ) add_subdirectory( InformationObjectDefinition ) add_subdirectory( MediaStorageAndFileFormat ) -add_subdirectory( MessageExchangeDefinition ) +# add_subdirectory( MessageExchangeDefinition ) diff -urEb GDCM-3.0.24.orig/Utilities/CMakeLists.txt GDCM-3.0.24/Utilities/CMakeLists.txt --- GDCM-3.0.24.orig/Utilities/CMakeLists.txt 2025-09-01 16:43:54.942176465 +0200 +++ GDCM-3.0.24/Utilities/CMakeLists.txt 2025-09-01 16:53:37.253800011 +0200 @@ -122,7 +122,7 @@ set(SOCKETXX_INSTALL_BIN_DIR ${GDCM_INSTALL_BIN_DIR}) set(SOCKETXX_INSTALL_LIB_DIR ${GDCM_INSTALL_LIB_DIR}) set(SOCKETXX_INSTALL_INCLUDE_DIR ${GDCM_INSTALL_INCLUDE_DIR}/socketxx) - add_subdirectory(socketxx) + # add_subdirectory(socketxx) endif() add_subdirectory(gdcmrle)