From c5d7bcf3761aab79ff0bd49b9a9f7565583ebd58 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Sat, 12 Dec 2009 02:03:05 +0100 Subject: Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined with INSTALL_DEBUG_SYMBOLS --- client/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/CMakeLists.txt') 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) -- cgit v1.2.1