forked from OSchip/llvm-project
Revert "Fix build rules for LLVM_WITH_Z3 after D95727"
This reverts commitd66f9c4f1e
. This was a follow up fix for43ceb74eb1
, which will be reverted.
This commit is contained in:
parent
0116d04d04
commit
982396ddd7
|
@ -274,5 +274,8 @@ if(LLVM_INTEGRATED_CRT_ALLOC)
|
|||
endif()
|
||||
|
||||
if(LLVM_WITH_Z3)
|
||||
include_directories(SYSTEM ${Z3_INCLUDE_DIR})
|
||||
target_include_directories(LLVMSupport SYSTEM
|
||||
PRIVATE
|
||||
${Z3_INCLUDE_DIR}
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue