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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip empty include dirs during install #57

Merged
merged 1 commit into from
May 25, 2021

Conversation

pezcode
Copy link
Contributor

@pezcode pezcode commented May 25, 2021

Sorry for all the build system PR spam... This should hopefully be the last one to make vcpkg work 馃檹

install(DIRECTORY ...) with a file pattern still copies empty folders even if there are no matching files in them. vcpkg doesn't like that and aborts installation. Workaround is to manually get a list of all files and install them directly.

I've verified that this works with standard install targets using a simple imgui demo window.

@TheLavaBlock TheLavaBlock added the enhancement New feature or request label May 25, 2021
@TheLavaBlock TheLavaBlock merged commit 787c817 into liblava:master May 25, 2021
@TheLavaBlock
Copy link
Member

No worries! What has to be done, needs to be done. Thanks 馃憤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants