build-cpp / cmkr

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

Error if `cmkr-include` is the wrong type or not found #126

Open mrexodia opened 9 months ago

mrexodia commented 9 months ago
[cmake]
version = "3.15"
cmkr-include = ["cmake/cmkr.cmake"]

This silently removes the cmkr include from the CMakeLists.txt instead of erroring. Only an empty string/false should do that.