diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-06-01 22:08:15 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-06-01 22:08:15 -0500 |
| commit | d51e0c38f998cad4bec6d4490538f419cc4283f5 (patch) | |
| tree | 96943286b916248e26a7c518676c70d99b9bbfec /contrib/epee/src | |
| parent | 126ff6b0ee3f52529e5c205f46ab6740d35558ab (diff) | |
| parent | d772f1378ba4e5af91c02d9e12af5feb76c65604 (diff) | |
| download | monzero-core-d51e0c38f998cad4bec6d4490538f419cc4283f5.tar.gz monzero-core-d51e0c38f998cad4bec6d4490538f419cc4283f5.tar.xz monzero-core-d51e0c38f998cad4bec6d4490538f419cc4283f5.zip | |
Merge pull request #7712
d772f13 epee: include public openssl header in cmake (selsta)
Diffstat (limited to 'contrib/epee/src')
| -rw-r--r-- | contrib/epee/src/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt index 0f0a6ecad..4cb8c6bab 100644 --- a/contrib/epee/src/CMakeLists.txt +++ b/contrib/epee/src/CMakeLists.txt @@ -84,5 +84,8 @@ if (USE_READLINE AND (GNU_READLINE_FOUND OR (DEPENDS AND NOT MINGW))) ${GNU_READLINE_LIBRARY}) endif() -target_include_directories(epee PUBLIC "${EPEE_INCLUDE_DIR_BASE}") +target_include_directories(epee + PUBLIC + "${EPEE_INCLUDE_DIR_BASE}" + "${OPENSSL_INCLUDE_DIR}") |
