[Support] System include SipHash.h (#149499)

A regular include may not search the system include path.
This commit is contained in:
Guy David
2025-07-19 15:00:21 +03:00
committed by GitHub
parent 3866e4e7f8
commit 802ea0eb78

View File

@@ -380,7 +380,7 @@ if(LLVM_WITH_Z3)
)
endif()
target_include_directories(LLVMSupport SYSTEM
target_include_directories(LLVMSupport
PRIVATE
${LLVM_THIRD_PARTY_DIR}/siphash/include
)
)