From: Simon Ruderich Date: Tue, 5 Oct 2021 10:30:15 +0000 (+0200) Subject: Fix false positives from cmake when probing for compiler flags X-Git-Tag: 0.13~3 X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=32513c3cf648aab94fb011e488a79bb38c2fafd1;hp=32513c3cf648aab94fb011e488a79bb38c2fafd1;p=blhc%2Fblhc.git Fix false positives from cmake when probing for compiler flags Modified the suggested regex slightly. See also upstream bug report https://gitlab.kitware.com/cmake/cmake/-/issues/20631#note_746828 ---