After switching to Conan 2, I faced the following problem: Conan 2 does not export the conaninfo.cmake file, and in order to use CMake, I need to use presets or a toolchain file that works as expected with CMake. However, I am unable to set cmake-js to load those files. I also tried to set the toolchain file in the CMakeLists.txt file, but it did not apply. How can I use cmake-js with Conan 2?
Add a comment
|