Merge pull request #7712

d772f13 epee: include public openssl header in cmake (selsta)
pull/377/head
luigi1111 3 years ago
commit d51e0c38f9
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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}")

Loading…
Cancel
Save