Skip to content

Commit

Permalink
parent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 16, 2024
1 parent a88007d commit d1cbb19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ if (BUILD_DEPS)

# s2n-tls uses libcrypto during its configuration, so we need to prebuild aws-lc.
aws_prebuild_dependency(
DEPENDENCY_NAME aws-lc
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/crt/aws-lc
DEPENDENCY_NAME AWSLC
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../crt/aws-lc
CMAKE_ARGUMENTS ${AWSLC_CMAKE_ARGUMENTS}
)

# prebuild s2n-tls.
aws_prebuild_dependency(
DEPENDENCY_NAME s2n
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/crt/s2n
DEPENDENCY_NAME S2N
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../crt/s2n
CMAKE_ARGUMENTS
-DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF
-DBUILD_TESTING=OFF
Expand Down

0 comments on commit d1cbb19

Please sign in to comment.