Skip to content

Commit

Permalink
Also link to GTest::gtest in the $TLS_CLIENT_NAME target
Browse files Browse the repository at this point in the history
This fixes the build of the tls unit tests

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Aug 12, 2024
1 parent c887b89 commit 1d97a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/staging/tls/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ target_sources(${TLS_CLIENT_NAME} PRIVATE
)

target_link_libraries(${TLS_CLIENT_NAME} PRIVATE
GTest::gtest
OpenSSL::SSL
OpenSSL::Crypto
)
Expand Down

0 comments on commit 1d97a40

Please sign in to comment.