From d7d779bfd24d95af6e46c977744b5d329cc38703 Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Thu, 5 Jan 2023 16:40:16 +0800 Subject: [PATCH] Remove build_always from SDL module --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bbc095..6e9a76c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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