diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-25 16:58:59 -0800 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-25 16:58:59 -0800 |
commit | fc39d235b61706ea4b69693302b1f40d92708d68 (patch) | |
tree | ff1b2216e8a0a54d036cd6352bc1af7a4bd7c195 | |
parent | 203501c14afaf6704d965de0ae7de3474424d166 (diff) |
Fixed tidy search path
-rw-r--r-- | CMakeLists.txt | 1 |
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 ) |