mirror of
https://github.com/termux/termux-packages.git
synced 2025-11-01 19:38:56 +00:00
13 lines
359 B
Diff
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()
|