diff options
author | Angelo Mantellini <angelo.mantellini@irt-systemx.fr> | 2018-03-19 14:50:59 +0100 |
---|---|---|
committer | Angelo Mantellini <angelo.mantellini@irt-systemx.fr> | 2018-03-19 15:07:38 +0100 |
commit | 721ebf050683b88dd4d773d9db01740a5ca82ae5 (patch) | |
tree | 9b5031b023aed747d62d7823a965d5cddfce96f3 /libparc | |
parent | bd286fc5db5d1703743bd5c24944ebd0d97345df (diff) |
include openssl folder
Change-Id: I3b6446c4755312761d23b88be1ef7fb9808815a1
Signed-off-by: Angelo Mantellini <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'libparc')
-rw-r--r-- | libparc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |