Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
fixing the openssl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rnistuk committed Sep 6, 2018
1 parent 656ce73 commit a93a26e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,8 @@ if(Boost_FOUND)
endif()

find_package(CURL REQUIRED)


set(OPENSSL_ROOT_DIR /usr/local/ssl)

find_package(OpenSSL REQUIRED)


message(" *** OPENSSL_VERSION: ${OPENSSL_VERSION}")
message(" *** OPENSSL_INCLUDE_DIR: ${OPENSSL_INCLUDE_DIR}")
message(" *** OPENSSL_SSL_LIBRARY: ${OPENSSL_SSL_LIBRARY}")

include_directories(${CMAKE_CURRENT_SOURCE_DIR})

include(cmake/jsoncpp.cmake)
Expand Down

0 comments on commit a93a26e

Please sign in to comment.