From a92f23e48e51f1fd24858a6dff6b6cf5e111f93e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:56:09 +0300 Subject: update cmake-common --- .github/workflows/ci.yml | 2 +- 3rdparty/winapi/utf8 | 2 +- cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16116a..d547bc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: submodules: recursive - name: Run clang-format - run: ./cmake/tools/clang-format.py --clang-format clang-format-10 + run: ./cmake/tools/project-clang-format.py --clang-format clang-format-10 build: strategy: diff --git a/3rdparty/winapi/utf8 b/3rdparty/winapi/utf8 index 6d0670c..507784f 160000 --- a/3rdparty/winapi/utf8 +++ b/3rdparty/winapi/utf8 @@ -1 +1 @@ -Subproject commit 6d0670cfd477494919aba12cf2e84cce7b1bcf5b +Subproject commit 507784f64e4f244d1b26f5d79f55781eb4316001 diff --git a/cmake b/cmake index c6e99ac..6f14c39 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit c6e99acef81208ae679fe4234b6b35e111f91789 +Subproject commit 6f14c394ad8701d3c74692cf0bf9a5034c82de21 -- cgit v1.2.3