I have tried many things, this is the latest and it is still not working:
In the file FindZlib.cmakeShould that be setting the absolute directorys correctly?
In the file FindZlib.cmake
Code:
# Search ZLIB_ROOT first if it is set.set(ZLIB_ROOT $C:/Program Files (x86)/GnuWin32/bin)#set ZLIB_ROOT "C:\Program Files (x86)\GnuWin32\bin"set (ZLIB_INCLUDE_DIR $C:/Program Files (x86)/GnuWin32/bin/include)#set (ZLIB_LIBRARY ${CMAKE_BINARY_DIR}/Zlib)
Statistics: Posted by matalog — Mon Feb 03, 2025 12:39 am