aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-25 16:58:59 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-25 16:58:59 -0800
commitfc39d235b61706ea4b69693302b1f40d92708d68 (patch)
treeff1b2216e8a0a54d036cd6352bc1af7a4bd7c195 /CMakeLists.txt
parent203501c14afaf6704d965de0ae7de3474424d166 (diff)
Fixed tidy search path
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 369819f2..8b9ff8a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,6 +25,7 @@ ELSEIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(CMAKE_CXX_FLAGS "-std=gnu++0x")
set(additional_includes
+ /usr/include/tidy
/usr/include/libxml2
)