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

CMakeLists: add missing include dirs #2202

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chouquette
Copy link

This PR adds some more include dirs, in case the dependencies aren't all found in the same folder as the other ones

CMakeLists.txt Outdated
Comment on lines 575 to 580
${LIBXSLT_INCLUDE_DIR}
${RPM_INCLUDE_DIRS}
${GCRYPT_INCLUDE_DIRS}
${BLKID_INCLUDE_DIRS}
${POPT_INCLUDE_DIRS}
${SELINUX_INCLUDE_DIRS}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It probably needs to be wrapped by a condition so that it doesn't add include directories if the libraries aren't found. See the output of the CI on Windows.

@chouquette chouquette force-pushed the add_missing_includes branch from 33e479d to 91c76e5 Compare March 5, 2025 15:49
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