Skip to content
  • Ben Boeckel's avatar
    examples: skip with cmake < 3.11 and ninja · c647ce1c
    Ben Boeckel authored
    CMake 3.10 and older have an issue where they remove CMake-generated
    files with `ninja -t clean` and a CMake run is not triggered. Warn when
    this is the case and skip testing the examples since they are flaky in
    this configuration.
    
    Fixes: #18798
    c647ce1c