about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nix/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/CMakeLists.txt b/third_party/nix/CMakeLists.txt
index 7591debb13..6524590b05 100644
--- a/third_party/nix/CMakeLists.txt
+++ b/third_party/nix/CMakeLists.txt
@@ -30,6 +30,7 @@ find_package(glog REQUIRED)
 
 find_program(CLANG_TIDY_PATH clang-tidy)
 if (CLANG_TIDY_PATH)
+  message("Found clang-tidy: ${CLANG_TIDY_PATH}")
   set(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_PATH}")
 
   # nix's toolchain has a problem with system header includes, so clang-tidy requires a manual -isystem