Skip to content

Commit 24f3d93

Browse files
committed
Improve error message
1 parent d6221b0 commit 24f3d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/sanitizers.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif()
88
# Address Sanitizer and Undefined Behavior Sanitizer can be run at the same time.
99
# Thread Sanitizer requires its own build.
1010
if(BTCPP_ENABLE_TSAN AND (BTCPP_ENABLE_ASAN OR BTCPP_ENABLE_UBSAN))
11-
message(FATAL_ERROR "TSAN is not compatible with ASAN or UBSAN. Please enable only one of them.")
11+
message(FATAL_ERROR "TSan is not compatible with ASan or UBSan. ASan and UBSan can run together, but TSan requires its own separate build.")
1212
endif()
1313

1414
if(BTCPP_ENABLE_ASAN)

0 commit comments

Comments
 (0)