Skip to content

Commit 845c265

Browse files
guy-davidgithub-actions[bot]
authored andcommitted
Automerge: [Support] System include SipHash.h (#149499)
A regular include may not search the system include path.
2 parents f3354a8 + 802ea0e commit 845c265

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)