-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
What is your suggestion?
As described in https://docs.conan.io/2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html Conan provides the means to specify a custom presets file name that can be later on included by the custom CMakeUserPresets.cmake. This, however, requires having and changing a conanfile.py to provide this functionality.
A current behavior has many limitations:
- will not work with
conanfile.txt - a need to change the external project's
conanfile.pyto get this behavior - a need to update several projects in the corporation when we want to achieve the same consistent behavior among projects
- does not allow customizing per specific repository (the same project in different locations may have different use cases and often, the default behavior would work just fine)
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels