build-cpp/cmkr

Warn when using an unknown language

mrexodia opened this issue · 0 comments

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