aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-06-01 22:08:15 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-06-01 22:08:15 -0500
commitd51e0c38f998cad4bec6d4490538f419cc4283f5 (patch)
tree96943286b916248e26a7c518676c70d99b9bbfec /contrib/epee
parentMerge pull request #7711 (diff)
parentepee: include public openssl header in cmake (diff)
downloadmonero-d51e0c38f998cad4bec6d4490538f419cc4283f5.tar.xz
Merge pull request #7712
d772f13 epee: include public openssl header in cmake (selsta)
Diffstat (limited to 'contrib/epee')
-rw-r--r--contrib/epee/src/CMakeLists.txt5
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}")