Skip to content

Commit d22a894

Browse files
committed
Fix bazel build
1 parent 14dd66e commit d22a894

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ expand_template(
7676
"#cmakedefine CATCH_CONFIG_WINDOWS_SEH": "",
7777
"#cmakedefine CATCH_CONFIG_USE_BUILTIN_CONSTANT_P": "",
7878
"#cmakedefine CATCH_CONFIG_NO_USE_BUILTIN_CONSTANT_P": "",
79+
"#cmakedefine CATCH_CONFIG_EXPERIMENTAL_THREAD_SAFE_ASSERTIONS": "",
80+
"#cmakedefine CATCH_CONFIG_NO_EXPERIMENTAL_THREAD_SAFE_ASSERTIONS": "",
7981
},
8082
template = "src/catch2/catch_user_config.hpp.in",
8183
)

0 commit comments

Comments
 (0)