summaryrefslogtreecommitdiff
path: root/libservices
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-11-13 23:16:52 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-11-13 23:16:52 +0100
commita6b4be252261647afd1cdc04a839331261bb3e8a (patch)
tree1fc82debcf7b654bf6b31197a1469be10de8d16a /libservices
parent8a9549434d48a4eabe43a081a9a895a8bff5a8a9 (diff)
downloadmariadb-git-a6b4be252261647afd1cdc04a839331261bb3e8a.tar.gz
add missing COMPONENT to all CMake INSTALL commands
Diffstat (limited to 'libservices')
-rw-r--r--libservices/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libservices/CMakeLists.txt b/libservices/CMakeLists.txt
index 396430fba12..300e0ce32a3 100644
--- a/libservices/CMakeLists.txt
+++ b/libservices/CMakeLists.txt
@@ -22,4 +22,4 @@ SET(MYSQLSERVICES_SOURCES
my_thread_scheduler_service.c)
ADD_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES})
-INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR})
+INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development)