aboutsummaryrefslogtreecommitdiff
path: root/cmake/host.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/host.cmake')
-rw-r--r--cmake/host.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/host.cmake b/cmake/host.cmake
index bb0827d..6fa47b9 100644
--- a/cmake/host.cmake
+++ b/cmake/host.cmake
@@ -1,8 +1,3 @@
-find_package(SDL 1.2 REQUIRED)
-find_package(SDL_mixer 1.2 REQUIRED)
-find_package(SDL_gfx 2.0 REQUIRED)
-set(SDL1_2_BUILD 1)
-
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(cflags ${cflags} -Og)
else()