mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
FindICU: Show location of found libraries
Announce locations of the libraries without the use of `ICU_DEBUG`.
This commit is contained in:
@@ -262,9 +262,9 @@ function(_ICU_FIND)
|
|||||||
set("${component_found_compat}" "${${component_found_compat}}" PARENT_SCOPE)
|
set("${component_found_compat}" "${${component_found_compat}}" PARENT_SCOPE)
|
||||||
if(component_found OR component_found_compat)
|
if(component_found OR component_found_compat)
|
||||||
if (ICU_FIND_REQUIRED_${component})
|
if (ICU_FIND_REQUIRED_${component})
|
||||||
list(APPEND ICU_LIBS_FOUND "${component} (required)")
|
list(APPEND ICU_LIBS_FOUND "${component} (required): ${${component_cache}}")
|
||||||
else()
|
else()
|
||||||
list(APPEND ICU_LIBS_FOUND "${component} (optional)")
|
list(APPEND ICU_LIBS_FOUND "${component} (optional): ${${component_cache}}")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
if (ICU_FIND_REQUIRED_${component})
|
if (ICU_FIND_REQUIRED_${component})
|
||||||
|
|||||||
Reference in New Issue
Block a user