Mercurial > hg > orthanc-gdcm
changeset 112:1973bfe929ea
removed logging which is not informative
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Sep 2025 11:57:22 +0200 |
parents | a9dbd40d06e5 |
children | 84c290aea085 |
files | Resources/CMake/GdcmConfiguration.cmake |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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=<INSTALL_DIR>/$<CONFIG> -DCMAKE_BUILD_TYPE=$<CONFIG> ${Flags} - - # Logging - LOG_PATCH 1 - LOG_CONFIGURE 1 - LOG_BUILD 1 - LOG_INSTALL 1 ) if(MSVC)