Skip to content

Commit f588352

Browse files
authored
Merge pull request #11067 from bnbarham/cherry-siphash
[21.x][Support] System include SipHash.h (llvm#149499)
2 parents ed1097c + 9c34b23 commit f588352

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)