Cristian Le

Results 916 comments of Cristian Le
trafficstars

Don't really know the impact either. I don't think there's a decision if this should work like `cmake_minimum_required` or somehow else. For now though because it is tied to how...

Btw, [`renovate`](https://github.com/marketplace/renovate) does support this feature. I got tired of waiting for this and I've migrated everything to that.

It just occurred to me that you can just overwrite `binaryDir`, e.g.: ```console $ cmake --preset default -B /path/to/scikit-build-build ``` Heck, you can even do this: ```console $ cmake -S...

> I think we should make a new `configure` /`config` section instead of continuing to put everything in `cmake`. Agree, that would make more sense. Maybe even `install`, but that...

Yes, there are actually 3+ such issues :). But occasionally inspiration strikes

You mean reading the `generator` from the preset? Well that's an equally difficult issue to the binary-dir if we don't parse the Presets.json. Maybe we could just add a parser,...