Claus Klein

Results 206 comments of Claus Klein

I have this on my [ModernCmakeStarter](https://github.com/ClausKlein/ModernCmakeStarter#build-and-test-with-cmake-preset): ```bash bash-3.2$ cmake -S . --list-presets=all Available configure presets: "test" - Test Config "ninja-multi" - Ninja Multi-Config Available build presets: "test" "ninja-multi" Available test...

If I add this line: `"binaryDir": "${sourceDir}/build",` I can configure, but not build!

@Jason5480 **Only if have the same names for associated presets, it works:** ```bash bash-3.2$ cmake -S . --list-presets=all Available configure presets: "linux-gcc" - gcc "linux-clang" - clang Available build presets:...

@Jason5480 OK, tomorrow I will hav a look P.S. I working on `console` and with `gvim`, or `Xcode`

@Jason5480 I can't understand your concept! I will not use a docker image. **What are you doing exactly wenn you work on a Linux bash?** ```bash bash-3.2$ git diff diff...

I would expect to not see any preset which is not usable on my machine. i.e.: NO `windows` presets on `unix like platforms`! P.S: don't forget `mingw, BSD, ...` see...

@Jason5480 keep it simple helps! ```bash bash-3.2$ cmake -S . --debug-output --list-presets=all Running with debug output on. Available configure presets: "unixlike-gcc" - gcc "unixlike-clang" - clang Available build presets: "windows-msvc-developer-debug"...

@lefticus @Jason5480 I had investigated about half a day to **fix this presets**, prepared a `MR` ready to work, well tested and all is just ignored?

Please note too this `CMake` [discussion](https://discourse.cmake.org/t/how-to-prevent-that-cmake-list-presets-all-hide-presets-not-usable-on-my-host/5395)

@Jason5480 Hi Nikloas, we should have a separate forum to have such a diskusion. If you want to use the presets in an `IDE`, you only need the `configpresets`, or...