Skip to content

Commit

Permalink
Fix clang-tidy cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfault1602 committed Nov 11, 2023
1 parent 8cd1f69 commit 6246b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(LIB_SOURCES

add_library(dsp STATIC ${LIB_SOURCES})

if (NOT CLANG_TIDY_EXE-NOTFOUND)
if (CLANG_TIDY_EXE)
set_target_properties(dsp PROPERTIES CXX_CLANG_TIDY "${CLANG_TIDY_COMMAND}")
endif()

Expand Down

0 comments on commit 6246b41

Please sign in to comment.