Skip to content

Commit

Permalink
Add missing OpenSSL find_package for OCPP and OCPP201 modules
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Jan 15, 2024
1 parent a49ddcd commit 8d6eb13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/OCPP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ ev_setup_cpp_module()

# ev@bcc62523-e22b-41d7-ba2f-825b493a3c97:v1
# insert your custom targets and additional config variables here
find_package(OpenSSL)

target_link_libraries(${MODULE_NAME}
PRIVATE
OpenSSL::SSL
OpenSSL::Crypto
everest::ocpp
everest::ocpp_evse_security
)
Expand Down
4 changes: 4 additions & 0 deletions modules/OCPP201/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ ev_setup_cpp_module()

# ev@bcc62523-e22b-41d7-ba2f-825b493a3c97:v1
# insert your custom targets and additional config variables here
find_package(OpenSSL)

target_link_libraries(${MODULE_NAME}
PRIVATE
OpenSSL::SSL
OpenSSL::Crypto
everest::ocpp
everest::ocpp_evse_security
)
Expand Down

0 comments on commit 8d6eb13

Please sign in to comment.