mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
[Support] System include SipHash.h (#149499)
A regular include may not search the system include path.
This commit is contained in:
@@ -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
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user