diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ed6cb01..837b6ee 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -130,10 +130,10 @@ else() -Wno-unused-member-function -Wno-unused-variable > - $<$:-Wzero-as-null-pointer-constant-> # Very noisy, minor, and just so - # happens to trigger on googletest - # for Ubuntu 20.04 - $<$:-Wsign-conversion-> + $<$,$>: + -Wzero-as-null-pointer-constant- # Very noisy, minor, and just so + -Wsign-conversion- # happens to trigger on googletest + > > $<$: $<$,4.99>,$,6>>: