hongzhi-gao commented on code in PR #17987:
URL: https://github.com/apache/iotdb/pull/17987#discussion_r3465160367


##########
iotdb-client/client-cpp/examples/CMakeLists.txt:
##########
@@ -145,6 +167,12 @@ foreach(_t IN LISTS _example_targets)
           COMMAND ${CMAKE_COMMAND} -E copy_if_different
                   "${_iotdb_runtime}" $<TARGET_FILE_DIR:${_t}>
           COMMENT "Copy IoTDB runtime library next to ${_t}")
+      foreach(_ssl_lib IN LISTS _iotdb_sdk_ssl_runtime)

Review Comment:
   example-dist now also stages _iotdb_sdk_ssl_runtime into dist/, so a copied 
dist runs without a system OpenSSL



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to