1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

try to format cmake module by hand

This commit is contained in:
ClausKlein 2021-02-07 01:17:15 +01:00
parent a6a16d64f3
commit 871e05b313

View file

@ -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'