Skip to content

Commit

Permalink
Mark COREFOUNDATION_LIBRARY as an advanced setting in cmake
Browse files Browse the repository at this point in the history
On macOS, just about everything links to CoreFoundation, and no user is ever going to want to change the automatic setting.
  • Loading branch information
seanm authored and malaterre committed Apr 22, 2024
1 parent dfc999a commit d8854de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ if(APPLE)
if(GDCM_USE_COREFOUNDATION_LIBRARY)
find_library(COREFOUNDATION_LIBRARY CoreFoundation )
endif()
mark_as_advanced(COREFOUNDATION_LIBRARY)
endif()

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit d8854de

Please sign in to comment.