Skip to content

Commit

Permalink
setup s2n_libcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 29, 2024
1 parent 12d8dd6 commit 6b5874d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ if (BUILD_DEPS)

add_subdirectory(crt/aws-c-common)
if (UNIX AND NOT APPLE)
set(SEARCH_LIBCRYPTO ON)
set(SEARCH_LIBCRYPTO OFF)
set(DISABLE_GO ON)
set(DISABLE_PERL ON)
set(BUILD_LIBSSL OFF)
set($ENV{S2N_LIBCRYPTO} awslc)
add_subdirectory(crt/aws-lc)
set(UNSAFE_TREAT_WARNINGS_AS_ERRORS OFF)
add_subdirectory(crt/s2n)
Expand Down

0 comments on commit 6b5874d

Please sign in to comment.