From 800d01c17529819d6fc236668118e6986a073fc8 Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 28 May 2024 19:29:31 -0400 Subject: [PATCH] remove opengl from cmakelists --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb9169ad..ff89fad2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,6 @@ include(cmake/absl.cmake) # Video Libraries find_package(PNG REQUIRED) -find_package(OpenGL REQUIRED) include(cmake/sdl2.cmake) # Asar