Closed AbhayJoshi-Dev closed 2 years ago
@madebr: Please have a look.
Try this: cd external\SDL_image\external git clone https://github.com/libsdl-org/zlib.git -b v1.2.12-SDL
I think it's an oversight of my part. I didn't test it exhaustively on MSVC.
@AbhayJoshi-Dev
You can test it by running:
git fetch origin pull/254/head:pr254
git checkout pr254
in the SDL_image
subfolder.
edit: it's in the main branch now
Its working fine now Thank You @madebr @slouken @sezero :)
OK, closing.
I have added SDL_image as a submodule in my project
CMakeLists.txt
ERROR:
it is using system zlib but i want it to use vendored zlib What should i do? Am i doing something wrong?