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 for non-versioned lua not being searched in Cmake #500

Merged
merged 1 commit into from
Mar 26, 2018

Conversation

yokogawa-k
Copy link
Contributor

CMake "FOREACH" ignores empty elements, so currently "non-versioned lua" is not being searched.

"FOREACH IN LISTS" contains an empty element, so "non-versioned lua" is searchable.

ref.
https://cmake.org/cmake/help/latest/command/foreach.html

"FOREACH" ignore empty elements, but "FOREACH IN LISTS" include emoty elements.
https://cmake.org/cmake/help/latest/command/foreach.html
@axkibe axkibe merged commit 13bdd90 into lsyncd:master Mar 26, 2018
@axkibe
Copy link
Collaborator

axkibe commented Mar 26, 2018

Thanks a lot! That got me already somewhat puzzled.

@yokogawa-k yokogawa-k deleted the fix-search-non-versioned-lua branch March 26, 2018 09:38
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.

None yet

2 participants