From 8885b337c6bc10bac0421c36540b3894eeb9f8f6 Mon Sep 17 00:00:00 2001 From: Dasister Date: Sat, 29 Oct 2016 19:45:41 +0400 Subject: Fixed tidy header file name (#1546) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 59866bf7..b391ae25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,7 +112,7 @@ endif() # detect tidy find_path(TIDY_INCLUDE_DIR - NAMES tidy/tidy.h + NAMES tidy.h PATHS ${additional_includes} ) find_library(TIDY_LIBRARY -- cgit v1.2.3