You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to package some CMake build scripts in a conan package.
For include(some-build-script.cmake) to work at consumers of this package, they must add the path of the CMake scripts to its CMAKE_PREFIX_PATH / CMAKE_MODULE_PATH.
I have not seen a way to conveniently add something like this.
The attributes that can be set inside package_info() don't cover this case.
Have I missed something?
What's the best solution for this problem?