more sensible defaults, disable clang-tidy for now
This commit is contained in:
parent
c60811620a
commit
27b693d017
|
@ -1,3 +1,3 @@
|
|||
add_compile_options(-Wall -Werror -Wno-unknown-warning-option)
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
set(CMAKE_CXX_CLANG_TIDY clang-tidy --config=)
|
||||
add_compile_options($<$<OR:$<C_COMPILER_ID:Clang>,$<C_COMPILER_ID:AppleClang>,$<C_COMPILER_ID:GNU>>:-Wall -Wextra>)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
#set(CMAKE_CXX_CLANG_TIDY clang-tidy --config=)
|
||||
|
|
Loading…
Reference in a new issue