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

OpenSSL and CURL are not downloaded #45

Open
schnelle opened this issue Jan 26, 2024 · 0 comments
Open

OpenSSL and CURL are not downloaded #45

schnelle opened this issue Jan 26, 2024 · 0 comments

Comments

@schnelle
Copy link
Collaborator

The current CMake build file is already prepared to ad hoc compile OpenSLL and CURL but compilation failed on a Windows11 machine as the file names exceeded 256 characters which is a known limitiation on Windows.

Until then, the CURL must be downloaded and include and library files must be made known to CMake via

  • CURL_INCLUDE_DIR
  • CURL_LIBRARY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant