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 TrezorCrypto CMake build #3911

Merged

Conversation

EduMenges
Copy link
Contributor

@EduMenges EduMenges commented Jun 20, 2024

The _Static_assert requires C11, which is not correctly set on CMake.

@satoshiotomakan
Copy link
Collaborator

Hi @EduMenges, would set (CMAKE_CXX_STANDARD 11) work as well?

@EduMenges
Copy link
Contributor Author

No, that would not work because the files for TrezorCrypto are compiled with the C compiler, not the C++ compiler.

@satoshiotomakan satoshiotomakan merged commit 0b6bbbb into trustwallet:master Aug 7, 2024
12 checks passed
@EduMenges EduMenges deleted the fix-trezor-crypto-cmake branch August 14, 2024 17:00
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