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 cmake build error for curl builds #8021

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

bigbrett
Copy link
Contributor

Description

Fixes build error with cmake builds for curl compatibility.

CMake infra didn't define HAVE_UINTPTR_T, causing curl builds to fail when built with cmake.

cmake -DWOLFSSL_CURL ../ && makewould fail becausetypes.hnever includedstdint.h` in this scenario.

This PR adds a detection step and defines the required macro if the type is detected.

@JacobBarthelmeh JacobBarthelmeh merged commit dd2186f into wolfSSL:master Sep 26, 2024
137 checks passed
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.

3 participants