You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run cmake on MSYS2, I needed to run cmake .. -G "MSYS Makefiles" instead of cmake .. in order for zlib to be properly found. This may be a quirk with my version, but I felt it was worth mentioning.
When attempting to run cmake on MSYS2, I needed to run
cmake .. -G "MSYS Makefiles"instead ofcmake ..in order for zlib to be properly found. This may be a quirk with my version, but I felt it was worth mentioning.