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 | f0c2b9c5c60973ba89eff82a6c7fb9f54e1beee2 (patch) | |
tree | 1fc82debcf7b654bf6b31197a1469be10de8d16a /mysql-test/CMakeLists.txt | |
parent | 1b6bf12b1113cafa183b441a9fb52c7d5617f702 (diff) | |
download | mariadb-git-f0c2b9c5c60973ba89eff82a6c7fb9f54e1beee2.tar.gz |
add missing COMPONENT to all CMake INSTALL commands
Diffstat (limited to 'mysql-test/CMakeLists.txt')
-rw-r--r-- | mysql-test/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/CMakeLists.txt b/mysql-test/CMakeLists.txt index 3c38e5772d0..f18b2ae341c 100644 --- a/mysql-test/CMakeLists.txt +++ b/mysql-test/CMakeLists.txt @@ -53,7 +53,8 @@ IF(UNIX) IF(INSTALL_MYSQLTESTDIR) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mtr ${CMAKE_CURRENT_BINARY_DIR}/mysql-test-run - DESTINATION ${INSTALL_MYSQLTESTDIR}) + DESTINATION ${INSTALL_MYSQLTESTDIR} + COMPONENT Test) ENDIF() ENDIF() |