james94 commented on code in PR #1793: URL: https://github.com/apache/nifi-minifi-cpp/pull/1793#discussion_r1655482613
########## conanfile.py: ########## @@ -0,0 +1,37 @@ +from conan import ConanFile +from conan.tools.env import VirtualRunEnv +from conan.tools.cmake import CMake, CMakeToolchain + +required_conan_version = ">=2.1.0" Review Comment: Sorry to hear that pip messed up your path with broken CMake binaries. Yeah of course we can look into lowering the conan version to 2.0. I will also try out **conan 2.0.17** directly to be on same version that Nix supports installing. -- 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]
