We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e47f6d commit b29b49dCopy full SHA for b29b49d
tests/deploy/CMakeLists.txt
@@ -22,7 +22,7 @@ pkg_search_module(PKG_OPEN_OCPP_STATIC REQUIRED IMPORTED_TARGET libopen-ocpp_sta
22
pkg_search_module(PKG_WEBSOCKETS_STATIC REQUIRED IMPORTED_TARGET libwebsockets_static)
23
endif()
24
25
-# Look for OpenSSL and SQlite3
+# Look for OpenSSL
26
find_package(OpenSSL REQUIRED COMPONENTS SSL Crypto)
27
28
# Test applications
0 commit comments