bakaid commented on a change in pull request #558: MINIFICPP-542 - Add PutSFTP 
processor
URL: https://github.com/apache/nifi-minifi-cpp/pull/558#discussion_r285547820
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -376,6 +379,94 @@ if (CURL_FOUND)
   include_directories("${CURL_INCLUDE_DIRS}")
 endif()
 
+if (ENABLE_ALL OR ENABLE_SFTP)
 
 Review comment:
   Done that, added use_bundled_libssh2(), but unlike LibreSSL it must only be 
called after ZLIB and the SSL implementation (OpenSSL/LibreSSL) has been 
processed. We're currently calling the function the proper way, but I am not 
sure if I can programatically protect it from being called at the wrong place.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to