v.g.vassilev added inline comments.
================
Comment at: interpreter/CMakeLists.txt:27
+ set(ZLIB_LIBRARY ${CMAKE_BINARY_DIR}/lib/libZLIB.a CACHE BOOL "" FORCE)
+endif()
+
----------------
beanz wrote:
> This shouldn't be here.
Oops ;)
https://reviews.llvm.org/D39002