Cleanup: indentation for CMake files

Also minor white-space & case changes.
This commit is contained in:
Campbell Barton
2022-01-28 14:08:11 +11:00
parent 9f6b19526d
commit ebd0e76088
9 changed files with 73 additions and 73 deletions

View File

@@ -27,7 +27,7 @@ if(WITH_CLANG_TIDY AND NOT MSVC)
message(WARNING "Currently Clang-Tidy might fail with GCC toolchain, switch to Clang toolchain if that happens")
if(COMMAND target_precompile_headers)
message(STATUS "Clang-Tidy and GCC precompiled headers are incompatible, disabling precompiled headers")
set(CMAKE_DISABLE_PRECOMPILE_HEADERS On)
set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON)
endif()
endif()