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

FindZeek: Split --include_dirs on colon instead of space #104

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

awelzel
Copy link
Contributor

@awelzel awelzel commented Jan 5, 2024

The zeek-config output is colon separated. Using ZEEK_INCLUDE_DIRS for include_directories() previously did not work correctly as ZEEK_INCLUDE_DIRS was treated as a single directory resulting in:

-I/opt/zeek/include:/usr/include

The zeek-config output is colon separated. Using ZEEK_INCLUDE_DIRS for
include_directories() previously did not work correctly as
ZEEK_INCLUDE_DIRS was treated as a single directory resulting in:

    -I/opt/zeek/include:/usr/include
@awelzel awelzel merged commit 507d120 into master Jan 8, 2024
1 check passed
@awelzel awelzel deleted the topic/awelzel/zeek-include-dirs-split branch January 8, 2024 14:59
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.

2 participants