How to fix issue with adding remote conan for cmake project
I am trying to run the install to Stratega for a university project. When running the build command as described in the documentation I keep running into the same issue:
Install with conan a shared object (.so) currently in src/business/task-manager instead of being in /lib/x86-64-linux-gnu like others .so
My project installs many packages with conan, then it compiles an application.
our IDE doesn’t detect well our CMake profiles (= presets ?) after we made a build. Are we doing the things wrongly?
We have a C++ project with a conanfile.txt
: