cmake on windows

Issue #340 resolved
ramMASTER created an issue

asks 3 times for the SDL2 library:

library

library_only

library_path

after they are set ttf still cant find SDL, ttf has been updated to 2.0.12, i use the dll.a libraries for all SDL stuff

Comments (2)

  1. ramMASTER reporter

    nothing changed on last revision but i changed a few settings and got it working.

    i've also commented the line 111 of cmake/modules/findSDL2.cmake:

    #set(SDL2_LIBRARY_ONLY ${SDL2_LIBRARY_PATH} CACHE STRING "The SDL2 library, with no other libraries.")

    to get rid of the request for library_only and it dosen't seem to be need, unless is for other OSes

    but cmake is still iffy

  2. Log in to comment