[XS] Change in openvpn[master]: Fix building wolfSSL with CMake
"plaisthos \(Code Review\) via Openvpn-devel" <[email protected]>
| Newsgroups | gmane.network.openvpn.devel |
|---|---|
| Message-ID | <27aae2a3e7a95004103830dc6c682d05a2541e87-EmailReplacePatchSet-HTML@gerrit.openvpn.net> |
plaisthos has uploaded a new patch set (#2). ( http://gerrit.openvpn.net/c/openvpn/+/1604?usp=email ) Change subject: Fix building wolfSSL with CMake ...................................................................... Fix building wolfSSL with CMake Change-Id: I355760e43c3e2da0dda0cdec6e4253c028cefe38 Signed-off-by: Arne Schwabe <[email protected]> --- M CMakeLists.txt 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/04/1604/2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 715d02c..c18df2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,7 +327,9 @@ elseif (${WOLFSSL}) pkg_search_module(wolfssl wolfssl REQUIRED) target_link_libraries(${target} PUBLIC ${wolfssl_LINK_LIBRARIES}) + target_include_directories(${target} PRIVATE ${wolfssl_INCLUDE_DIRS}) target_include_directories(${target} PRIVATE ${wolfssl_INCLUDE_DIRS}/wolfssl) + target_compile_definitions(${target} PRIVATE EXTERNAL_OPTS_OPENVPN) else () find_package(OpenSSL REQUIRED) target_link_libraries(${target} PUBLIC OpenSSL::SSL OpenSSL::Crypto) -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1604?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I355760e43c3e2da0dda0cdec6e4253c028cefe38 Gerrit-Change-Number: 1604 Gerrit-PatchSet: 2 Gerrit-Owner: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel