CMake: We are already in the build directory.

This commit is contained in:
tastytea 2020-01-27 01:08:45 +01:00
parent deeff83410
commit 4dc7dbb4e6
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ include(debug_flags)
if(WITH_CLANG-TIDY)
set(CMAKE_CXX_CLANG_TIDY
"clang-tidy"
"-p=build"
"-header-filter=${PROJECT_SOURCE_DIR}"
"-quiet")
endif()