We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b6831 commit 5b5a744Copy full SHA for 5b5a744
cmake/modules/FindICU.cmake
@@ -76,6 +76,8 @@ function(_icu_find)
76
set(component_cache_debug "${component_cache}_DEBUG")
77
set(component_found "${component_cache}_FOUND")
78
79
+ unset(component_libnames)
80
+ unset(component_debug_libnames)
81
list(APPEND component_libnames "icu${component}")
82
list(APPEND component_debug_libnames "icu${component}d")
83
if(component STREQUAL data)
0 commit comments