Skip to content

Commit fd3e458

Browse files
authored
clang_tidy.cmake: fixed check related to triage target (#7290)
1 parent 103fb2d commit fd3e458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/clang_tidy.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(RUN_CLANG_TIDY_NAMES)
2929
add_custom_target(run-clang-tidy ${Python_EXECUTABLE} ${RUN_CLANG_TIDY} -p=${CMAKE_BINARY_DIR} -j ${NPROC} -quiet)
3030
if(BUILD_GUI)
3131
add_dependencies(run-clang-tidy gui-build-deps)
32-
if(BUILD_TESTS)
32+
if(BUILD_TRIAGE)
3333
add_dependencies(run-clang-tidy triage-build-ui-deps)
3434
endif()
3535
endif()

0 commit comments

Comments
 (0)