summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-07-09 11:14:30 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-07-09 11:14:30 +0000
commit80e373e44f2de433b3cd68eafd2618d6110c1625 (patch)
treef33c62bb22953ddd3de5b2ac7a0b67a7a6b70db5 /clang/tools/c-index-test
parentb538ac68307c301f233bda5af3f0fc92e86ac9cf (diff)
downloadbcm5719-llvm-80e373e44f2de433b3cd68eafd2618d6110c1625.tar.gz
bcm5719-llvm-80e373e44f2de433b3cd68eafd2618d6110c1625.zip
c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include_directories(SYSTEM).
llvm-svn: 185928
Diffstat (limited to 'clang/tools/c-index-test')
-rw-r--r--clang/tools/c-index-test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/CMakeLists.txt b/clang/tools/c-index-test/CMakeLists.txt
index d90dc6d95c3..d850411f33e 100644
--- a/clang/tools/c-index-test/CMakeLists.txt
+++ b/clang/tools/c-index-test/CMakeLists.txt
@@ -24,6 +24,6 @@ set_target_properties(c-index-test
# If libxml2 is available, make it available for c-index-test.
if (CLANG_HAVE_LIBXML)
- include_directories(${LIBXML2_INCLUDE_DIR})
+ include_directories(SYSTEM ${LIBXML2_INCLUDE_DIR})
target_link_libraries(c-index-test ${LIBXML2_LIBRARIES})
endif()
OpenPOWER on IntegriCloud