From ebd0e7608860e0a7a1b0fbe563a4329919f78799 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 28 Jan 2022 14:08:11 +1100 Subject: Cleanup: indentation for CMake files Also minor white-space & case changes. --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/CMakeLists.txt') diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 6c2cbb5df33..73e16c38cb7 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -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() -- cgit v1.2.3