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 problems setting DirectX_LIBRARY #4681

Merged
merged 2 commits into from
Aug 15, 2022
Merged

Conversation

reglnk
Copy link
Contributor

@reglnk reglnk commented Aug 11, 2022

DirectX_LIBRARY was always clearing, though DirectX_PREFIX_PATH was not changed. This is because I had some extra semicolons at begin of DirectX_PREFIX_PATH and the macro clear_if_changed discarded them. Now it saves all extra semicolons and check passes.

reglnk and others added 2 commits August 11, 2022 22:10
DirectX_LIBRARY was always clearing, though DirectX_PREFIX_PATH was not changed. This is because I had some semicolons at begin of DirectX_PREFIX_PATH and the macro `clear_if_changed` discarded them. Now it saves all extra semicolons and check passes.
Copy link
Member

@kimkulling kimkulling left a comment

Choose a reason for hiding this comment

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

Looks fine.

@kimkulling kimkulling merged commit 0dabe02 into assimp:master Aug 15, 2022
@kimkulling
Copy link
Member

Merged, thanks a lot for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants