Commit 32e18404 authored by Robert Kimball's avatar Robert Kimball

cmake now fails if zlib is not found

parent af18be14
......@@ -100,6 +100,8 @@ include_directories(
)
if(LLVM_INCLUDE_DIR)
find_package(ZLIB REQUIRED)
include_directories(SYSTEM ${LLVM_INCLUDE_DIR})
link_directories(${LLVM_LIB_DIR})
# Add sources for the CPU backend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment