Skip to content

Commit

Permalink
Dump aws-lc cmake args
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 4, 2024
1 parent d310793 commit a628d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ if (BUILD_DEPS)
# conflict with other cmake options (e.g. CMAKE_MAKE_PROGRAM).
list(APPEND AWSLC_CMAKE_ARGUMENTS -G${CMAKE_GENERATOR})

message(WARNING "=== AWSLC_CMAKE_ARGUMENTS: ${AWSLC_CMAKE_ARGUMENTS}")

# s2n-tls uses libcrypto during its configuration, so we need to prebuild aws-lc.
aws_prebuild_dependency(
DEPENDENCY_NAME AWSLC
Expand Down

0 comments on commit a628d21

Please sign in to comment.