Skip to content

Commit

Permalink
* FIX [cmake] fixed nng link error.
Browse files Browse the repository at this point in the history
Signed-off-by: xinyi-xs <[email protected]>
  • Loading branch information
xinyi-xs committed Feb 12, 2025
1 parent f8f980d commit d38e006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/supplemental/tls/openssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if(TLS_EXTERN_PRIVATE_KEY)
message(NOTICE ${CMAKE_SOURCE_DIR})
include_directories(${CMAKE_SOURCE_DIR}/extern/thirdparty)
link_directories(${CMAKE_SOURCE_DIR}/extern/thirdparty)
nng_link_libraries(libcsmw_desaypki.so)
nng_link_libraries(libcsmw.so)
endif(TLS_EXTERN_PRIVATE_KEY)

if (NNG_TLS_ENGINE STREQUAL "open")
Expand Down

0 comments on commit d38e006

Please sign in to comment.