Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macro arguments. #164

Merged
merged 1 commit into from
May 1, 2016
Merged

Fix macro arguments. #164

merged 1 commit into from
May 1, 2016

Conversation

rainbreak
Copy link
Contributor

Messed up on #163 with the macro arguments.

CMake macros are not functions: macros have directory scope, so you don't need to pass them arguments.

The previous way fails if one of SRC / HEADERS is empty (as for lllc)

macros have directory scope, so you don't need to pass them arguments.
The previous way fails if one of SRC / HEADERS is empty.
@bobsummerwill bobsummerwill merged commit 1c03d60 into ethereum:develop May 1, 2016
@rainbreak rainbreak deleted the fix-macro-wrapper branch May 1, 2016 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants