-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm thinking if we can pass conditional cmake flags based on the optional dependencies or other parameter that we can pass to pip install ..
This came up when thinking about how to code-coverage a python-C binding. If we build with the --coverage flags, then in principle we should be able to trigger those during pytest and resolve the information with lcov. But we also don't want to ship it with those flags on. So any advice on how to design this?
Also related, being able to configure via cmake-preset?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request