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

test: fix find package test #27

Merged
merged 7 commits into from
Sep 21, 2022
Merged

test: fix find package test #27

merged 7 commits into from
Sep 21, 2022

Conversation

abdes
Copy link
Owner

@abdes abdes commented Sep 21, 2022

The test was not robust enough. Now it specifically asks for the static version of cryptopp and guides CMake specifically to where we installed the package in the build folder.

Strip incompatible compiler options for MSVC and replace them with
suitable alternatives. This is mainly about the /Zi option replaced with
/Z7, only impacting debug builds, but with no impact on the functionality
whatsoever.

Also update the CI build workflow to use the latest version of ccache.
The test was not robust enough. Now it specifically asks for the
static version of cryptopp and guides CMake specifically to where
we installed the package in the build folder.
@abdes abdes self-assigned this Sep 21, 2022
@abdes abdes added the bug Something isn't working label Sep 21, 2022
@abdes abdes merged commit 92ca215 into master Sep 21, 2022
@abdes abdes deleted the fix-find-package-test branch September 21, 2022 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant