Corrected OpenSSL_FOUND to OPENSSL_FOUND.
This commit is contained in:
parent
b6080f0a1e
commit
5cca84ee6c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ endif()
|
|||
#TODO: add requirement for version 1.0.1g (can it be done in one line?)
|
||||
find_package(OpenSSL)
|
||||
|
||||
if(OpenSSL_FOUND)
|
||||
if(OPENSSL_FOUND)
|
||||
include_directories(${OPENSSL_INCLUDE_DIR})
|
||||
|
||||
add_executable(https_examples https_examples.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue