szaszm commented on PR #1793:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1793#issuecomment-2149629299

   I ran the following commands:
   ```
   conan profile detect
   export MINIFI_HOME=$(pwd)  # I was in the source tree root
   conan install . --build=missing --output-folder=build_conan
   conan build . --output-folder=build_conan
   ```
   
   `conan install` ran suspiciously quickly, I don't think it had to build 
anything from source, but it did install zlib/1.3.1, openssl/3.2.1 and 
libcurl/8.6.0.
   
   Unfortunately OpenSSL and Zlib were still built from source using 
ExternalProject during the CMake build. I think when calling CMake through 
Conan, they should be using the Conan packages.


-- 
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