From bc2ddd97b3cd9692e0e0aab32a2de4d8e9dbe500 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 4 Dec 2024 01:29:16 +0100 Subject: [PATCH] - cmake fix --- mysql-system-xxhash.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-system-xxhash.patch b/mysql-system-xxhash.patch index d501c0f..414e540 100644 --- a/mysql-system-xxhash.patch +++ b/mysql-system-xxhash.patch @@ -13,7 +13,7 @@ diff -urNp -x '*.orig' mysql-8.0.40.org/plugin/group_replication/libmysqlgcs/CMa # Dependency on mysys from gcs_logging_system.cc # but pick up symbols from the server: # TARGET_LINK_LIBRARIES(mysqlgcs mysys) -+TARGET_LINK_LIBRARIES(mysqlgcs xxhash) ++TARGET_LINK_LIBRARIES(mysqlgcs PUBLIC xxhash) IF(CMAKE_VERSION VERSION_GREATER "3.19" AND NOT APPLE_XCODE) # New in version 3.19: -- 2.49.0