diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-12 02:03:05 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-12 02:03:05 +0100 |
commit | cedb6101db403430d593431478fddd3c3da9b267 (patch) | |
tree | 4007236a6bd4922f17a327fd7e196d8bda1a9350 /client/CMakeLists.txt | |
parent | a6f6932e26f74557f674bc848271ed6a28de5bb6 (diff) | |
download | mariadb-git-cedb6101db403430d593431478fddd3c3da9b267.tar.gz |
Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined with
INSTALL_DEBUG_SYMBOLS
Diffstat (limited to 'client/CMakeLists.txt')
-rwxr-xr-x | client/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 1cda6592a6e..7d501f19b10 100755 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -81,6 +81,5 @@ SET(INSTALL_EXES mysqlbinlog mysqltest) -INSTALL(TARGETS ${INSTALL_EXES} DESTINATION bin) -INSTALL_DEBUG_SYMBOLS("${INSTALL_EXES}") +MYSQL_INSTALL_TARGETS(${INSTALL_EXES} DESTINATION bin) |