0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-31 22:45:59 +00:00
Files
2025-10-14 11:15:41 -05:00

13 lines
359 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b05e3da..81f10fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -158,7 +158,6 @@ elseif(WIN32)
else()
# Workaround for SDL bug #3295, which occurs in SDL2 <2.0.5
# https://bugzilla.libsdl.org/show_bug.cgi?id=3295
- cmake_policy(SET CMP0004 OLD)
find_package(SDL2 REQUIRED)
endif()