Skip to content

[bugfix] Make the cmake_guard command more stable

Dominic Kempf requested to merge feature/fix-cmake-guard into master

So far, the code failed when iterating over static data and cmake guard data in the wrong order (happens easily with python3)

Merge request reports