# HG changeset patch # User Sebastien Jodogne # Date 1756893442 -7200 # Node ID 1973bfe929ea02e6400bf93ce642ba70386519e5 # Parent a9dbd40d06e500729f612212df67ee45808eb034 removed logging which is not informative diff -r a9dbd40d06e5 -r 1973bfe929ea Resources/CMake/GdcmConfiguration.cmake --- a/Resources/CMake/GdcmConfiguration.cmake Wed Sep 03 11:55:06 2025 +0200 +++ b/Resources/CMake/GdcmConfiguration.cmake Wed Sep 03 11:57:22 2025 +0200 @@ -113,12 +113,6 @@ # multi-configuration projects (for Visual Studio and XCode) is available at: # https://github.com/neundorf/CMakeExternalProjectExample CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=/$ -DCMAKE_BUILD_TYPE=$ ${Flags} - - # Logging - LOG_PATCH 1 - LOG_CONFIGURE 1 - LOG_BUILD 1 - LOG_INSTALL 1 ) if(MSVC)