1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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 76f4cfde66
commit bc684baba2
5 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@ INCLUDE(cmake_parse_arguments)
FUNCTION (MYSQL_ADD_EXECUTABLE)
# Pass-through arguments for ADD_EXECUTABLE
CMAKE_PARSE_ARGUMENTS(ARG
MYSQL_PARSE_ARGUMENTS(ARG
"WIN32;MACOSX_BUNDLE;EXCLUDE_FROM_ALL;DESTINATION;COMPONENT"
""
${ARGN}