build-cpp / cmkr

Modern build system based on CMake and TOML.
https://cmkr.build
MIT License
439 stars 27 forks source link

Improve `cmkr.cmake` error handling #82

Open mrexodia opened 1 year ago

mrexodia commented 1 year ago

image

This could be handled better by redirecting the cmkr stdout and printing with message(FATAL_ERROR ...). Perhaps CLion also recognizes a syntax to link to the cmake.toml file?