Revert "Fix build rules for LLVM_WITH_Z3 after D95727"

This reverts commit d66f9c4f1e.

This was a follow up fix for 43ceb74eb1, which
will be reverted.
This commit is contained in:
Tom Stellard 2021-04-05 08:30:37 -07:00
parent 0116d04d04
commit 982396ddd7
1 changed files with 4 additions and 1 deletions

View File

@ -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()