Skip to content

Commit

Permalink
openssl name
Browse files Browse the repository at this point in the history
Signed-off-by: Jiewen Yao <[email protected]>
  • Loading branch information
jyao1 committed Apr 26, 2022
1 parent 79c1876 commit acf5e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ else()
endif()

if(ENABLE_BINARY_BUILD STREQUAL "1")
if(NOT CRYPTO STREQUAL "Openssl")
MESSAGE(FATAL_ERROR "enabling binary build not supported for non-Openssl")
if(NOT CRYPTO STREQUAL "openssl")
MESSAGE(FATAL_ERROR "enabling binary build not supported for non-openssl")
endif()

if(NOT COMPILED_LIBCRYPTO_PATH)
Expand Down

0 comments on commit acf5e97

Please sign in to comment.