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
Bug#33985693: Missing dependency on ICU from server unit tests
There is no explicit dependency from the server_unittest_library
target to the ICU libraries, so linking of server unit tests fails
when building without modules that pull in the dependency implicitly.
For example:
cmake -DWITH_ICU=system -DWITH_MYSQLX=OFF /path/to/src
make
Fixed by making the dependency explicit where it's needed.
Change-Id: I9ebcceba1f6632014d8d30d1e724e94b404fda9b
0 commit comments