Skip to content

Commit

Permalink
Name fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ofiriluz committed Aug 17, 2022
1 parent 2d583ca commit 8c4a99b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROJECT(octo-encryption-cpp)
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/)
INCLUDE(ConfigOptions)

FIND_PACKAGE(openssl REQUIRED CONFIG)
FIND_PACKAGE(OpenSSL REQUIRED CONFIG)

# Library definition
ADD_LIBRARY(octo-encryption-cpp STATIC
Expand Down Expand Up @@ -39,7 +39,8 @@ TARGET_INCLUDE_DIRECTORIES(octo-encryption-cpp

TARGET_LINK_LIBRARIES(octo-encryption-cpp
# System libraries
openssl::openssl
OpenSSL::SSL
OpenSSL::Crypto
)

# Installation of the logger
Expand Down

0 comments on commit 8c4a99b

Please sign in to comment.