Mark the include directories of clang and llvm as system.

This commit is contained in:
Vassil Vassilev 2020-09-28 08:16:57 +00:00 committed by jenkins
parent cad5c25c17
commit 23dadd0812

View File

@ -330,7 +330,7 @@ macro(set_cling_windows_version_resource_properties name)
endif()
endmacro()
include_directories(BEFORE ${LLVM_INCLUDE_DIRS} ${CLANG_INCLUDE_DIRS})
include_directories(BEFORE SYSTEM ${LLVM_INCLUDE_DIRS} ${CLANG_INCLUDE_DIRS})
macro(add_cling_library name)
cmake_parse_arguments(ARG