From ce31d00cb452f4736c2940803b6b912c33c2e5fb Mon Sep 17 00:00:00 2001 From: Shootfast Date: Mon, 1 Mar 2021 06:11:53 +0000 Subject: Update error message for mismatched clang-format (#192) --- BuildTools/FormatValidation/validate_format_linux_implementation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildTools') diff --git a/BuildTools/FormatValidation/validate_format_linux_implementation.sh b/BuildTools/FormatValidation/validate_format_linux_implementation.sh index e661a52c..68cfb8bb 100755 --- a/BuildTools/FormatValidation/validate_format_linux_implementation.sh +++ b/BuildTools/FormatValidation/validate_format_linux_implementation.sh @@ -24,7 +24,7 @@ function find_validator_bin() { errcho "WARNING: could not load the provided clang-format for validation." errcho " clang-format exists in the system path however its version is $SYS_BIN_VERSION instead of $BIN_VERSION" errcho " Should the validation fail, you can try skipping it by setting the cmake option:" - errcho " DILIGENT_SKIP_FORMAT_VALIDATION" + errcho " DILIGENT_NO_FORMAT_VALIDATION" fi BIN="$SYS_BIN" fi -- cgit v1.2.3