Skip to content

Add custom openssl library in aws device sdk #787

Answered by sfod
gopaladhith asked this question in Q&A

You must be logged in to vote

You can use custom openssl by specifying the USE_OPENSSL and CMAKE_PREFIX_PATH cmake options:

$ cmake -S . -B build/ -DUSE_OPENSSL=ON -DCMAKE_PREFIX_PATH=/path/to/your/openssl
$ cmake --build build/

Replies: 1 comment 3 replies

You must be logged in to vote
3 replies
@gopaladhith

@sfod

sfod Mar 19, 2025
Maintainer

@gopaladhith

Answer selected by sfod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants