From eb4b378958cd613ef10c14be0cc5e740e5e8e6e8 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 24 Jan 2019 08:07:18 +0100 Subject: [PATCH] tools/cmake-format: Do not exclude CMakeLists.txt files This fixes a regression of merge request !82 introduced with the rebase to !84. --- tools/cmake-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmake-format b/tools/cmake-format index 303f67453..1e5f46fb0 100755 --- a/tools/cmake-format +++ b/tools/cmake-format @@ -94,7 +94,7 @@ fi # setup dir to apply s=$(dirname $0) -root=$(realpath $s/../cmake) +root=$(realpath $s/..) #echo $exp #echo $root -- 2.47.3