diff --git a/cmake/sdl2.cmake b/cmake/sdl2.cmake index 2e9fa7bc..d3464c60 100644 --- a/cmake/sdl2.cmake +++ b/cmake/sdl2.cmake @@ -1,7 +1,6 @@ -# SDL2, SDL2_image +# SDL2 if (UNIX) add_subdirectory(src/lib/SDL) else() find_package(SDL2) -endif() -find_package(SDL2_image) \ No newline at end of file +endif() \ No newline at end of file