diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-11-13 23:16:52 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-11-13 23:16:52 +0100 |
commit | a6b4be252261647afd1cdc04a839331261bb3e8a (patch) | |
tree | 1fc82debcf7b654bf6b31197a1469be10de8d16a /libservices | |
parent | 8a9549434d48a4eabe43a081a9a895a8bff5a8a9 (diff) | |
download | mariadb-git-a6b4be252261647afd1cdc04a839331261bb3e8a.tar.gz |
add missing COMPONENT to all CMake INSTALL commands
Diffstat (limited to 'libservices')
-rw-r--r-- | libservices/CMakeLists.txt | 2 |
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) |