about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorKane York <kanepyork@gmail.com>2020-07-23T23·17-0700
committerkanepyork <rikingcoding@gmail.com>2020-07-24T22·18+0000
commit989563a75b622a14ad674b79222145c7c8177fed (patch)
tree9302cadf3e63f42c1d0c05aba3ec2a2776c43a5c /third_party
parent60394174312ae98dcd56eb8fa1c18199d512a81e (diff)
chore(3p/nix): log whether or not clang-tidy is enabled r/1460
CMake likes to remember that we overrode it with an empty string and not use the new env var.

Change-Id: I16587f27750c9ebd4f65349bb59b37e0f8117f18
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1406
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
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