From 871e05b313b505b19a3ad15add0fc1ec579a461f Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Sun, 7 Feb 2021 01:17:15 +0100 Subject: [PATCH] try to format cmake module by hand --- cmake/tools.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmake/tools.cmake b/cmake/tools.cmake index 1103d50..d0b885e 100644 --- a/cmake/tools.cmake +++ b/cmake/tools.cmake @@ -8,7 +8,10 @@ endif() include(${CMAKE_CURRENT_LIST_DIR}/CPM.cmake) -set(USE_STATIC_ANALYZER "" CACHE STRING "clang-tidy;cppcheck;iwyu") +set(USE_STATIC_ANALYZER + "" + CACHE STRING "clang-tidy;cppcheck;iwyu" +) # enables sanitizers support using the the `USE_SANITIZER` flag available values are: Address, # Memory, MemoryWithOrigins, Undefined, Thread, Leak, 'Address;Undefined'