Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <michael64>2022-02-15 16:12:21 +0300
committerBastien Montagne <bastien@blender.org>2022-02-15 16:12:21 +0300
commitb22db23aee11f3b940e4674408b03beb5d4d51d0 (patch)
tree6b33ebe605c26cfb23a919c2961e8c0e74813f45 /source/blender/blenkernel/CMakeLists.txt
parent07032dd218922d2f1ba3275470bee01579f739c7 (diff)
Define CLANG_FORMAT_VERSION in install_deps.sh
When running `./blender/build_files/build_environment/install_deps.sh` on Ubuntu 20.04.3 LTS the following error can be seen: ``` ./blender/build_files/build_environment/install_deps.sh: line 1266: [: too many arguments ``` This error results from the call: ``` check_package_version_ge_DEB $CLANG_FORMAT $CLANG_FORMAT_VERSION ``` with `CLANG_FORMAT_VERSION` being undefined. Also as `clang-format` 13 is already released and hopefully didn't break anything `CLANG_FORMAT_VERSION_MEX` could use version bump. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D13924
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions