Skip to content

Commit 802ea0e

Browse files
authored
[Support] System include SipHash.h (#149499)
A regular include may not search the system include path.
1 parent 3866e4e commit 802ea0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Support/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ if(LLVM_WITH_Z3)
380380
)
381381
endif()
382382

383-
target_include_directories(LLVMSupport SYSTEM
383+
target_include_directories(LLVMSupport
384384
PRIVATE
385385
${LLVM_THIRD_PARTY_DIR}/siphash/include
386-
)
386+
)

0 commit comments

Comments
 (0)