1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Rename CMAKE_PARSE_ARGUMENTS macro to avoid name collision

with CMake 2.8.3 builtin macro
This commit is contained in:
Vladislav Vaintroub
2010-09-29 11:42:35 +02:00
parent 7f552e4608
commit 36081eed3d
5 changed files with 7 additions and 7 deletions

View File

@ -213,7 +213,7 @@ ENDMACRO()
# [OUTPUT_NAME output_name]
#)
MACRO(MERGE_LIBRARIES)
CMAKE_PARSE_ARGUMENTS(ARG
MYSQL_PARSE_ARGUMENTS(ARG
"EXPORTS;OUTPUT_NAME;COMPONENT"
"STATIC;SHARED;MODULE;NOINSTALL"
${ARGN}