jeanpaulrichter

Results 5 comments of jeanpaulrichter

thx! The "[Ninja Multi-Config](https://cmake.org/cmake/help/latest/generator/Ninja%20Multi-Config.html)" generator might still be a minor problem though. Because it generates all configurations in CMAKE_CONFIGURATION_TYPES at once in the same folder, RUNTIME_OUTPUT_DIRECTORY is also the same,...

As far as I can tell the problem persists, but maybe I am just doing it wrong, so here is my test CMakePresets.json : ``` { "version": 3, "cmakeMinimumRequired": {...

Hi, thanks for the update. Sadly with the current version a get the following error when running :CMakeBuild after successfully selecting build type, target, preset ... with CMakeSelect* . >...

Thx! I now can build Debug configuration again. But BuildPresets still don't seem to work with cmake-tools (as least as I understand them). I uploaded a minimal example here: https://github.com/jeanpaulrichter/cmake-tools-test...

Yeah as far as I can tell it works great now. Thank you.