1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined with

INSTALL_DEBUG_SYMBOLS
This commit is contained in:
Vladislav Vaintroub
2009-12-12 02:03:05 +01:00
parent 91d9e6b670
commit c5d7bcf376
11 changed files with 39 additions and 26 deletions

View File

@ -26,7 +26,7 @@ MACRO(CMAKE_PARSE_ARGUMENTS prefix arg_names option_names)
SET(current_arg_name DEFAULT_ARGS)
SET(current_arg_list)
FOREACH(arg ${ARGN})
FOREACH(arg ${ARGN})
SET(larg_names ${arg_names})
LIST(FIND larg_names "${arg}" is_arg_name)
IF (is_arg_name GREATER -1)