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

CMake: Don't cache missng gsl/gsl #4800

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Conversation

daschuer
Copy link
Member

Due to the caching nature of heck_include_file_cxx() the check will not repeated and building keeps failing even if the header have been installed. This PR removed cache entries from failing runs.

@github-actions github-actions bot added the build label Jun 13, 2022
@Swiftb0y
Copy link
Member

Thanks for looking into this. Waiting for CI.

@ronso0
Copy link
Member

ronso0 commented Jun 13, 2022

Thanks, that fixes the issue (if devs know they simply need to try to configure again)

@ronso0
Copy link
Member

ronso0 commented Jun 13, 2022

Thanks, that fixes the issue (if devs know they simply need to try to configure again)

This is the only place where unset is used. Should this be mentioned in the warning? Like "unsetting. make sure ... is installed and try again"

@daschuer
Copy link
Member Author

Other commands work like that by default, so I would not bother the user with this. I will add a comment.

@daschuer
Copy link
Member Author

Done

Copy link
Member

@Swiftb0y Swiftb0y left a comment

Choose a reason for hiding this comment

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

Thank you

@Swiftb0y Swiftb0y merged commit 8bea51b into mixxxdj:main Jun 13, 2022
@daschuer daschuer deleted the HAVE_GSL_GSL branch October 12, 2022 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants