Skip to content

Conversation

@fbudin69500
Copy link
Member

Unparsed arguments are saved in _UNPARSED_ARGUMENTS [1]. In this case, is LOCAL_SEM, so the variable containing the unparsed arguments is called LOCAL_SEM_UNPARSED_ARGUMENTS.

[1] https://cmake.org/cmake/help/v3.0/module/CMakeParseArguments.html

Unparsed arguments are saved in <prefix>_UNPARSED_ARGUMENTS [1]. In this case, <prefix> is LOCAL_SEM, so the variable containing the unparsed arguments is called LOCAL_SEM_UNPARSED_ARGUMENTS.

[1] https://cmake.org/cmake/help/v3.0/module/CMakeParseArguments.html
jcfr added a commit that referenced this pull request Feb 12, 2016
BUG: Wrong unparsed arguments variable name
@jcfr jcfr merged commit 8741068 into Slicer:master Feb 12, 2016
@jcfr
Copy link
Member

jcfr commented Feb 12, 2016

Thanks for the patch 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants