Skip to content

Commit b29b49d

Browse files
committed
[tests] Fix typo in cmake file of deploy test
1 parent 6e47f6d commit b29b49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deploy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pkg_search_module(PKG_OPEN_OCPP_STATIC REQUIRED IMPORTED_TARGET libopen-ocpp_sta
2222
pkg_search_module(PKG_WEBSOCKETS_STATIC REQUIRED IMPORTED_TARGET libwebsockets_static)
2323
endif()
2424

25-
# Look for OpenSSL and SQlite3
25+
# Look for OpenSSL
2626
find_package(OpenSSL REQUIRED COMPONENTS SSL Crypto)
2727

2828
# Test applications

0 commit comments

Comments
 (0)