Skip to content

Commit 9c34b23

Browse files
guy-davidbnbarham
authored andcommitted
[Support] System include SipHash.h (llvm#149499)
A regular include may not search the system include path. (cherry picked from commit 802ea0e)
1 parent ed1097c commit 9c34b23

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
@@ -389,7 +389,7 @@ if(LLVM_WITH_Z3)
389389
)
390390
endif()
391391

392-
target_include_directories(LLVMSupport SYSTEM
392+
target_include_directories(LLVMSupport
393393
PRIVATE
394394
${LLVM_THIRD_PARTY_DIR}/siphash/include
395-
)
395+
)

0 commit comments

Comments
 (0)