Commit e341f1c3 authored by raburton's avatar raburton

cmake: make build fail if zlib missing

parent f63492f5
......@@ -13,5 +13,6 @@ IF(ZLIB_FOUND)
INSTALL(TARGETS minizip RUNTIME DESTINATION bin)
ELSE(ZLIB_FOUND)
MESSAGE(STATUS "Check for installed ZLIB -- not found")
MESSAGE(STATUS "Check for installed zlib -- not found")
MESSAGE(FATAL_ERROR "zlib was not found - it is required to build KiCad")
ENDIF(ZLIB_FOUND)
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