We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A build helper often used in CCI which could be part of Conan Tools.
First idea here.
Also present in CCI now: conan-io/conan-center-index#4257 conan-io/conan-center-index#4258
from conans.tools import create_module_official_cmake_targets ... def package(self): create_module_official_cmake_targets( os.path.join(self.package_folder, "lib", "cmake", "conan-official-foo-targets.cmake"), [{"official": "foo", "namespaced": "foo::foo"}] )
/cc @SpaceIm @madebr
The text was updated successfully, but these errors were encountered:
let's do it! should be safe, and we already have a working implementation, so PR shouldn't take a significant effort.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
A build helper often used in CCI which could be part of Conan Tools.
First idea here.
Also present in CCI now:
conan-io/conan-center-index#4257
conan-io/conan-center-index#4258
/cc @SpaceIm @madebr
The text was updated successfully, but these errors were encountered: