aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dasister <maxsyrman@yandex.ru>2016-10-29 19:45:41 +0400
committerGravatar HoĆ  V. DINH <dinh.viet.hoa@gmail.com>2016-10-29 08:45:41 -0700
commit8885b337c6bc10bac0421c36540b3894eeb9f8f6 (patch)
tree5a82d07a70116272da758c22c52bbb229daa75fe
parent18d8bdd0d3e19713db4c9c7d59f0950427944d4b (diff)
Fixed tidy header file name (#1546)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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