You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ICU is also included in CoreFoundation, but the include paths were
not used, which meant that the headers were probably the system
headers, if they were there. This might have work in Ubuntu, but
might not work in other systems with older ICUs.
The patch passes the ICU_ROOT from the top level CMakeList.txt into
the CoreFoundation one and performs a find_package to find the right
include path.
0 commit comments