Skip to content

Commit 6ff0703

Browse files
committed
Fix naming of the deprecation config in bazel build
1 parent 35355bb commit 6ff0703

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ expand_template(
3232
"#cmakedefine CATCH_CONFIG_CPP17_STRING_VIEW": "",
3333
"#cmakedefine CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS": "",
3434
"#cmakedefine CATCH_CONFIG_CPP17_VARIANT": "",
35-
"#cmakedefine CATCH_CONFIG_DEPRECATED_ANNOTATIONS": "",
35+
"#cmakedefine CATCH_CONFIG_DEPRECATION_ANNOTATIONS": "",
3636
"#cmakedefine CATCH_CONFIG_DISABLE_EXCEPTIONS_CUSTOM_HANDLER": "",
3737
"#cmakedefine CATCH_CONFIG_DISABLE_EXCEPTIONS": "",
3838
"#cmakedefine CATCH_CONFIG_DISABLE_STRINGIFICATION": "",
@@ -56,7 +56,7 @@ expand_template(
5656
"#cmakedefine CATCH_CONFIG_NO_CPP17_STRING_VIEW": "",
5757
"#cmakedefine CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS": "",
5858
"#cmakedefine CATCH_CONFIG_NO_CPP17_VARIANT": "",
59-
"#cmakedefine CATCH_CONFIG_NO_DEPRECATED_ANNOTATIONS": "",
59+
"#cmakedefine CATCH_CONFIG_NO_DEPRECATION_ANNOTATIONS": "",
6060
"#cmakedefine CATCH_CONFIG_NO_GETENV": "",
6161
"#cmakedefine CATCH_CONFIG_NO_GLOBAL_NEXTAFTER": "",
6262
"#cmakedefine CATCH_CONFIG_NO_POSIX_SIGNALS": "",

0 commit comments

Comments
 (0)