Mercurial > hg > orthanc-gdcm
changeset 107:ef03f767d4d6
cont
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Mon, 01 Sep 2025 18:48:56 +0200 |
| parents | 4cbd0c34670c |
| children | 7db64d260ff3 |
| files | Resources/CMake/GdcmConfiguration.cmake |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/GdcmConfiguration.cmake Mon Sep 01 18:19:38 2025 +0200 +++ b/Resources/CMake/GdcmConfiguration.cmake Mon Sep 01 18:48:56 2025 +0200 @@ -103,8 +103,8 @@ CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} "-DCMAKE_INSTALL_PREFIX=${GDCM_INSTALL_DIR}" ${Flags} # https://stackoverflow.com/a/43363395 - # The "--config" option seems not available for MSVC - INSTALL_COMMAND ${CMAKE_COMMAND} --build . --target install # --config ${CMAKE_BUILD_TYPE} + # The "--config" option seems not available on old versions of CMake + INSTALL_COMMAND ${CMAKE_COMMAND} --build . --target install --config ${CMAKE_BUILD_TYPE} ) if(MSVC)
