[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 6c44530faa33163a0958e6ff70e75fae0f
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: malat <ma...@us...> - 2024-04-22 11:37:28
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via 6c44530faa33163a0958e6ff70e75fae0f77ac15 (commit)
from 8a6da61b9e57d9591c0cde737395de461d866b78 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/6c44530faa33163a0958e6ff70e75fae0f77ac15/
commit 6c44530faa33163a0958e6ff70e75fae0f77ac15
Author: Sean McBride <se...@ro...>
Date: Fri Apr 19 18:36:28 2024 -0400
Mark COREFOUNDATION_LIBRARY as an advanced setting in cmake
On macOS, just about everything links to CoreFoundation, and no user is ever going to want to change the automatic setting.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 345f29732..5b4d7dd89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -564,6 +564,7 @@ if(APPLE)
if(GDCM_USE_COREFOUNDATION_LIBRARY)
find_library(COREFOUNDATION_LIBRARY CoreFoundation )
endif()
+ mark_as_advanced(COREFOUNDATION_LIBRARY)
endif()
#-----------------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Grassroots DICOM
|