Browse Source

Platform: don't suggest to disable SDL_THREADS.

This used to "work", but caused various issues such as the one described
in https://github.com/libsdl-org/SDL/issues/5095, and so it can't be
disabled anymore as of SDL 2.24.
pull/638/head
Vladimír Vondruš 2 years ago
parent
commit
f81547c800
  1. 1
      src/Magnum/Platform/Sdl2Application.h

1
src/Magnum/Platform/Sdl2Application.h

@ -246,7 +246,6 @@ set(SDL_LOCALE OFF CACHE BOOL "" FORCE)
set(SDL_POWER OFF CACHE BOOL "" FORCE)
set(SDL_RENDER OFF CACHE BOOL "" FORCE)
set(SDL_SENSOR OFF CACHE BOOL "" FORCE)
set(SDL_THREADS OFF CACHE BOOL "" FORCE)
# This assumes you want to have SDL as a static library. If not, set SDL_STATIC
# to OFF instead.
set(SDL_SHARED OFF CACHE BOOL "" FORCE)

Loading…
Cancel
Save