Open Punchyou opened 5 years ago
I get the following output when compiling zynaddsubfx without zlib installed.
Shouldn't this output be expected on a system without zlib installed? zlib is a required dependency, so if it is not available, then the configuration phase should fail.
I get the following output when compiling zynaddsubfx without zlib installed.
Ouput continues the same.
I suppose that the following line indicates an issue with Findzlib.cmake.
I believe the problem is with the name of the file, as I've found here: https://cmake.org/cmake/help/v3.0/command/find_package.html.
P.S. I am confident that I can make a pull request to solve this issue.
Thanks, Maria