build-cpp / cmkr

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

Implement the environment variable `CMKR_CACHE` in cmkr.cmake #17

Closed mrexodia closed 2 years ago

mrexodia commented 3 years ago

The idea would be to have $CMKR_CACHE/_cmkr_archive_xxxxxxxx instead of build/_cmkr_archive_xxxxxxxx to not constantly recompile cmkr when bootstrapping.