Browse Source

Remove build_always from SDL module

master
C. J. Howard 1 year ago
parent
commit
d7d779bfd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@ -110,7 +110,7 @@ ExternalProject_Add(SDL2
"-DSDL_DIRECTX=OFF"
"-DSDL_WASAPI=OFF"
"-DSDL_RENDER_D3D=OFF"
BUILD_ALWAYS 1)
BUILD_ALWAYS 0)
# Build OpenAL Soft module
ExternalProject_Add(openal-soft

Loading…
Cancel
Save