Skip to content

Commit

Permalink
Fix aws-lc prebuilt var
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Aug 9, 2024
1 parent 335569e commit 8232595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ else ()
if (TARGET crypto)
message(STATUS "Using libcrypto from AWS-LC")
set(PLATFORM_LIBS crypto)
elseif(aws-lc-PREBUILT)
elseif(AWSLC_PREBUILT)
message(STATUS "Using prebuilt libcrypto from AWS-LC")
find_package(crypto REQUIRED)
set(PLATFORM_LIBS AWS::crypto)
Expand Down

0 comments on commit 8232595

Please sign in to comment.