How to create conanbuildinfo.cmake file in Conan 2 without --install folder option?

1k Views Asked by At

I am using Conan to compile a complex Cpp program. I saw that with the new version of Conan the --install folder parameter has disappeared. I need to create the conanbuildinfo.cmake file (it is required in the program's cmake file). Where is it created? Can I still choose the installation path?

Currently, the cmake instructions require the presence of the conanbuildinfo.cmake file to perform the compilation correctly. Until now, with the old version of conan, I could compile with the command conan install --install folder --build missing

0

There are 0 best solutions below