diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | libparc/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |