mirror of
https://github.com/monero-project/monero.git
synced 2025-01-10 12:54:52 +00:00
Merge pull request #7712
d772f13
epee: include public openssl header in cmake (selsta)
This commit is contained in:
commit
d51e0c38f9
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue