diff --git a/soh/CMakeLists.txt b/soh/CMakeLists.txt index 9a39f930f..4be8f505b 100644 --- a/soh/CMakeLists.txt +++ b/soh/CMakeLists.txt @@ -352,6 +352,8 @@ if (BUILD_REMOTE_CONTROL) sslCertStore ) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/networking/cacert.pem DESTINATION ./networking COMPONENT ship) + endif() if (ESPEAK)