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

fixing CMakeLists for non-x86 architectures #792

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

Bl4omArchie
Copy link

As requested in issue #774, I added a condition in the CMakeLists so non-x86 can run the test. As I didn't have non-x86 archi, I hope this work.
Also I the opened issue other errors where reported like this one:

[ 97%] Building C object CMakeFiles/test_aesni.dir/test_aesni.c.o
[...]/src/test/test_aesni.c:2:10: fatal error: wmmintrin.h: No such file or directory
2 | #include <wmmintrin.h>
| ^~~~~~~~~~~~~

Maybe we should add directive for packages that aren't supported.

@Legrandin Legrandin merged commit 544338e into Legrandin:master Dec 28, 2023
34 of 37 checks passed
@Legrandin
Copy link
Owner

Thanks, I merged after a small refactoring, with "i686" (for 32-bit builds) and after making an AESNI test optional.

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