mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
build: clang-tidy
is not ready yet to be officially enabled in the project
This commit is contained in:
@ -57,13 +57,6 @@ if(${projectPrefix}IWYU)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
option(${projectPrefix}CLANG_TIDY "Enables clang-tidy" OFF)
|
||||
if(${projectPrefix}CLANG_TIDY)
|
||||
message(STATUS "Enabling clang-tidy")
|
||||
set(CMAKE_CXX_CLANG_TIDY clang-tidy)
|
||||
message(STATUS "Enabling clang-tidy - done")
|
||||
endif()
|
||||
|
||||
#enable_clang_tidy()
|
||||
|
||||
# add project code
|
||||
|
Reference in New Issue
Block a user