Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
4435aed9
Commit
4435aed9
authored
Dec 15, 2016
by
Ghislain MARY
Browse files
Fix lcb_patch_command macro.
parent
55cb3de7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
cmake/CMakeLists.txt
cmake/CMakeLists.txt
+0
-1
No files found.
cmake/CMakeLists.txt
View file @
4435aed9
...
@@ -1223,7 +1223,6 @@ macro(lcb_url_hash URL_HASH)
...
@@ -1223,7 +1223,6 @@ macro(lcb_url_hash URL_HASH)
endmacro
()
endmacro
()
macro
(
lcb_builder_patch_command BUILDER
)
macro
(
lcb_builder_patch_command BUILDER
)
unset
(
EP_
${
BUILDER
}
_PATCH_COMMAND
)
# Clear previously set command
set
(
_args
"
${
ARGN
}
"
)
set
(
_args
"
${
ARGN
}
"
)
foreach
(
_arg IN LISTS _args
)
foreach
(
_arg IN LISTS _args
)
list
(
APPEND EP_
${
BUILDER
}
_PATCH_COMMAND
"
${
_arg
}
"
)
list
(
APPEND EP_
${
BUILDER
}
_PATCH_COMMAND
"
${
_arg
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment