Skip to content

Commit

Permalink
Merge pull request #400 from Jayman2000/remove-unnecessary-find-package
Browse files Browse the repository at this point in the history
Remove unnecessary `find_package(OpenGL)`
  • Loading branch information
Lgt2x authored May 30, 2024
2 parents 0ff98a7 + 26a4d12 commit 5932087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ if(UNIX)

find_package(SDL2 REQUIRED)
find_package(Curses REQUIRED)
find_package(OpenGL REQUIRED)
# Some versions of the SDL2 find_package set SDL2_INCLUDE_DIR and some set a plural SDL2_INCLUDE_DIRS. Check both.
message("SDL2 Include Dir is ${SDL2_INCLUDE_DIR} ${SDL2_INCLUDE_DIRS}")
endif()
Expand Down

0 comments on commit 5932087

Please sign in to comment.