summaryrefslogtreecommitdiffstats
path: root/BuildTools
diff options
context:
space:
mode:
authorShootfast <markboo99@gmail.com>2021-03-01 06:11:53 +0000
committerGitHub <noreply@github.com>2021-03-01 06:11:53 +0000
commitce31d00cb452f4736c2940803b6b912c33c2e5fb (patch)
treed77a7d9f1b2be0747ced4990c429d29a117c23de /BuildTools
parentSome improvement to ThreadingTools::Signal (diff)
downloadDiligentCore-ce31d00cb452f4736c2940803b6b912c33c2e5fb.tar.gz
DiligentCore-ce31d00cb452f4736c2940803b6b912c33c2e5fb.zip
Update error message for mismatched clang-format (#192)
Diffstat (limited to 'BuildTools')
-rwxr-xr-xBuildTools/FormatValidation/validate_format_linux_implementation.sh2
1 files changed, 1 insertions, 1 deletions
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