From 721ebf050683b88dd4d773d9db01740a5ca82ae5 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Mon, 19 Mar 2018 14:50:59 +0100 Subject: include openssl folder Change-Id: I3b6446c4755312761d23b88be1ef7fb9808815a1 Signed-off-by: Angelo Mantellini --- README.md | 1 + libparc/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index fcbc08ba..f42e228b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Introduction The git repository structure is described in this file. It can also be derived by scanning the repo itself. The master branch is read only and contains this diff --git a/libparc/CMakeLists.txt b/libparc/CMakeLists.txt index 0831be64..da97486f 100644 --- a/libparc/CMakeLists.txt +++ b/libparc/CMakeLists.txt @@ -66,6 +66,7 @@ else() find_package ( Threads REQUIRED ) find_package ( OpenSSL REQUIRED ) + include_directories(${OPENSSL_INCLUDE_DIR}) endif() set(PARC_BIN_LIBRARIES -- cgit 1.2.3-korg