mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
FindICU: Mark ICU_INCLUDE_DIR as advanced variable
This commit is contained in:
@@ -136,6 +136,7 @@ function(_ICU_FIND)
|
||||
HINTS ${icu_roots}
|
||||
PATH_SUFFIXES ${icu_include_suffixes}
|
||||
DOC "ICU include directory")
|
||||
mark_as_advanced(ICU_INCLUDE_DIR)
|
||||
set(ICU_INCLUDE_DIR "${ICU_INCLUDE_DIR}" PARENT_SCOPE)
|
||||
|
||||
# Get version
|
||||
|
||||
Reference in New Issue
Block a user