dant3 commented on code in PR #3465:
URL: https://github.com/apache/ignite-3/pull/3465#discussion_r1538846992
##########
modules/platforms/cpp/CMakeLists.txt:
##########
@@ -23,7 +23,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_PROJECT_VERSION ${PROJECT_VERSION})
-option(ENABLE_CONAN "Use Conan package manager to get dependencies" ON)
Review Comment:
Yes, you can consider that plain cmake build is now always the same as it
was with ENABLE_CONAN = OFF
To enable conan you have to explicitly call conan install & supply the conan
toolchain to CMake call
--
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]