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

Commit

Permalink
KEP-548: Add OpenSSL library to project
Browse files Browse the repository at this point in the history
  • Loading branch information
rnistuk committed Aug 21, 2018
1 parent 6f1bd8c commit 9cccedd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ if(Boost_FOUND)
endif()

FIND_PACKAGE(CURL REQUIRED)
FIND_PACKAGE(OpenSSL REQUIRED)


include_directories(${CMAKE_CURRENT_SOURCE_DIR})

Expand Down

0 comments on commit 9cccedd

Please sign in to comment.