From 3076d95ba441cd32706a27d18922a30f8fd28b8a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 06:35:54 +0200 Subject: Cleanup: use 2 space indentation for CMake --- extern/gtest/CMakeLists.txt | 66 ++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'extern/gtest/CMakeLists.txt') diff --git a/extern/gtest/CMakeLists.txt b/extern/gtest/CMakeLists.txt index f33e012b0f4..056b32cc99e 100644 --- a/extern/gtest/CMakeLists.txt +++ b/extern/gtest/CMakeLists.txt @@ -20,14 +20,14 @@ # avoid noisy warnings if(CMAKE_COMPILER_IS_GNUCC) - remove_cc_flag( - "-Wmissing-declarations" - ) + remove_cc_flag( + "-Wmissing-declarations" + ) endif() set(INC - . - include + . + include ) set(INC_SYS @@ -35,35 +35,35 @@ set(INC_SYS ) set(SRC - src/gtest.cc - src/gtest-death-test.cc - src/gtest-filepath.cc - src/gtest-port.cc - src/gtest-printers.cc - src/gtest-test-part.cc - src/gtest-typed-test.cc + src/gtest.cc + src/gtest-death-test.cc + src/gtest-filepath.cc + src/gtest-port.cc + src/gtest-printers.cc + src/gtest-test-part.cc + src/gtest-typed-test.cc - src/gtest-internal-inl.h - include/gtest/gtest-death-test.h - include/gtest/gtest.h - include/gtest/gtest-message.h - include/gtest/gtest-param-test.h - include/gtest/gtest_pred_impl.h - include/gtest/gtest-printers.h - include/gtest/gtest_prod.h - include/gtest/gtest-spi.h - include/gtest/gtest-test-part.h - include/gtest/gtest-typed-test.h - include/gtest/internal/gtest-death-test-internal.h - include/gtest/internal/gtest-filepath.h - include/gtest/internal/gtest-internal.h - include/gtest/internal/gtest-linked_ptr.h - include/gtest/internal/gtest-param-util-generated.h - include/gtest/internal/gtest-param-util.h - include/gtest/internal/gtest-port.h - include/gtest/internal/gtest-string.h - include/gtest/internal/gtest-tuple.h - include/gtest/internal/gtest-type-util.h + src/gtest-internal-inl.h + include/gtest/gtest-death-test.h + include/gtest/gtest.h + include/gtest/gtest-message.h + include/gtest/gtest-param-test.h + include/gtest/gtest_pred_impl.h + include/gtest/gtest-printers.h + include/gtest/gtest_prod.h + include/gtest/gtest-spi.h + include/gtest/gtest-test-part.h + include/gtest/gtest-typed-test.h + include/gtest/internal/gtest-death-test-internal.h + include/gtest/internal/gtest-filepath.h + include/gtest/internal/gtest-internal.h + include/gtest/internal/gtest-linked_ptr.h + include/gtest/internal/gtest-param-util-generated.h + include/gtest/internal/gtest-param-util.h + include/gtest/internal/gtest-port.h + include/gtest/internal/gtest-string.h + include/gtest/internal/gtest-tuple.h + include/gtest/internal/gtest-type-util.h ) set(LIB -- cgit v1.2.3