Aiden

Results 3 comments of Aiden

Looking at CMake behavior, they do not identify _that specific case_ themselves, as they expose all of CMake variables (as well as env vars and caches, I believe) to the...

I have a prototype implementation under https://github.com/ziglang/zig/compare/master...MrDmitry:zig:feat/cmake_config_validator I'm not a fan of it it for 3 reasons: 1. it's utilizing dynamic dispatch, I was not able to figure out how...

I've been doing some digging around and stumbled upon #17995 I will prototype a Diagnostics-like approach