Threads dependency breaks MSVC builds.
I've been able to get basic-cpp-sdl-project to generate and build and run with visual studio by modifying 3 lines in FindSDL2.cmake, but I'm not sure if it's the proper way to do it.
238: if(NOT APPLE AND NOT MSVC)
283: if(NOT APPLE AND NOT MSVC)
347: elseif(NOT MSVC)
Edited by Joshua Brown