Skip to content

Commit

Permalink
Merge pull request #14 from awslabs/cmake_pick_a_lane
Browse files Browse the repository at this point in the history
Cmake you're breaking my heart. Move finder var to all uppercase.
  • Loading branch information
JonathanHenson authored Sep 10, 2019
2 parents e81a4cc + 65c252e commit f4b569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindLibCrypto.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mark_as_advanced(
LibCrypto_STATIC_LIBRARY
)

if(LibCrypto_FOUND)
if(LIBCRYPTO_FOUND)
message(STATUS "LibCrypto Include Dir: ${LibCrypto_INCLUDE_DIR}")
message(STATUS "LibCrypto Shared Lib: ${LibCrypto_SHARED_LIBRARY}")
message(STATUS "LibCrypto Static Lib: ${LibCrypto_STATIC_LIBRARY}")
Expand Down

0 comments on commit f4b569b

Please sign in to comment.