summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2022-12-14 18:12:15 +1100
committerSergei Golubchik <serg@mariadb.org>2023-02-12 12:15:22 +0100
commit36ea5dffe708237cc1f714feda805cc203fe6d41 (patch)
tree0125cb185d39f4b02587ebd5226113edc0b03e6f /extra
parentc6f08144682a1760808b501730904d4f662e9120 (diff)
downloadmariadb-git-36ea5dffe708237cc1f714feda805cc203fe6d41.tar.gz
resolve-stack-dump was moved from server to client (RPM)
like where the man page and Debian package put it.
Diffstat (limited to 'extra')
-rw-r--r--extra/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt
index 5021128ed35..34a83d19e32 100644
--- a/extra/CMakeLists.txt
+++ b/extra/CMakeLists.txt
@@ -91,7 +91,7 @@ MYSQL_ADD_EXECUTABLE(replace replace.c COMPONENT Client)
TARGET_LINK_LIBRARIES(replace mysys)
IF(UNIX)
- MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c)
+ MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c COMPONENT Client)
TARGET_LINK_LIBRARIES(resolve_stack_dump mysys)
MYSQL_ADD_EXECUTABLE(mariadb-waitpid mysql_waitpid.c COMPONENT Client)