commit | 4e1110012fe6031012f6e9a7f36cb33557c68dd7 | [log] [tgz] |
---|---|---|
author | Stefan <29021710+Saalvage@users.noreply.github.com> | Sat Apr 30 18:22:49 2022 +0200 |
committer | GitHub <noreply@github.com> | Sat Apr 30 18:22:49 2022 +0200 |
tree | 697ac39b3eecdd0adcfd60869175bbd7853c9537 | |
parent | f592f38d0d8350a7dde286b5ad2e9eb12f74b3e9 [diff] [blame] |
Fix #508 (#640) * Fix #508 * Missed warning suppression
diff --git a/examples/all_features/CMakeLists.txt b/examples/all_features/CMakeLists.txt index 80105c9..86dfc9e 100644 --- a/examples/all_features/CMakeLists.txt +++ b/examples/all_features/CMakeLists.txt
@@ -9,6 +9,7 @@ alternative_macros.cpp assertion_macros.cpp stringification.cpp + double_stringification.cpp reporters_and_listeners.cpp subcases.cpp logging.cpp