Add profiles to conan install#401
Add profiles to conan install#401reicheratwork wants to merge 1 commit intoeclipse-cyclonedds:masterfrom
Conversation
Conan requires profiles in the invoke of the install command starting with version 2.0, with it being an optional parameter right now Added the default profile to conan install to head this possible issue off Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>
eboasson
left a comment
There was a problem hiding this comment.
Once we add the build profile, can we switch to Conan 2.0?
I also think we should do a PR for the core repository, having different ways of using Conan in the C and C++ repositories is asking for trouble. (Maybe it was a bad idea to have separate repositories, or maybe it would be a good idea to have the common build bits in yet another one that we import, or ... But right now the repositories are what they are.)
As far as I know, this should make us ready for I will also have a look at the P.S.: this was fixed by using information from this issue on the |
Conan requires profiles in the invoke of the install command starting with version 2.0, with it being an optional parameter at this time
Added the default profile to conan install to head this future issue off