From 7bb112333cc518f8d6b1655d66058ccdfeb41b60 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 4 Dec 2024 01:48:21 +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 4002f03..d54a1ca 100644 --- a/mysql-system-xxhash.patch +++ b/mysql-system-xxhash.patch @@ -13,7 +13,7 @@ diff -urNpa mysql-8.4.3.orig/plugin/group_replication/libmysqlgcs/CMakeLists.txt # 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.46.0