build-cpp / cmkr

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

Warn when using an unknown language #89

Closed mrexodia closed 1 year ago

mrexodia commented 1 year ago

Currently if you do:

[project]
languages = ["Nonsense"]

There is no error. At the very least this should warn. Related: https://gitlab.kitware.com/cmake/cmake/-/issues/24340