Philip Salvaggio
Philip Salvaggio
That's essentially how I have solved the issue on my end. Overwriting properties on imported targets generally isn't idiomatic in CMake. I think probably the desired solution would be something...
Not yet, I had some higher priority tasks come up over the weekend. It should be pretty easy, just a defining a cache variable with the current hardcoded value as...
One other thing that I found useful was `mixin_cast`, which allowed upcasting a mixin class to a base class for a single mixin type: ```c++ namespace detail { /** Base...
I think my solution needs a minimum of 3.1, which it looks like is about 3 years old at this point.
I do have something up and running. I want to test out installing from the package manager, then I'll submit the PR in the next couple of days. Do you...
Has there been any movement on this? This would be a very welcome addition, as I currently have to maintain packaging scripts for this library, which break a lot because...
> In V3, we will remove support to access `model_fields`/`model_computed_fields` at the _instance_ level. But you will still be able to access these two attributes on the class: > >...
Thanks for the suggestions, I'll try some options out and see what works best for my situation. In terms of making scikit-build-core aware of installation paths, I do know that...
Yes, I was trying to split things between `site-packages` and the venv root, with my installed CMake config files living in `$CONDA_PREFIX/lib/cmake` and the rest of my artifacts living in...