Skip to content

Commit

Permalink
Update libgui dep options
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed Aug 31, 2024
1 parent a49b4de commit 21c39bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SET(FETCHCONTENT_UPDATES_DISCONNECTED ON)
###############################################################################
## libgui

SET(LIBGUI_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
SET(LIBGUI_BUILD_OPENGL2 ON CACHE BOOL "" FORCE)
SET(LIBGUI_BUILD_OPENGL3 OFF CACHE BOOL "" FORCE)

FetchContent_Declare(
libgui
URL https://github.com/dvsku/libgui/archive/ba73daa88bccbc5b281aa7d634ce2e1c67b1380f.zip
Expand Down

0 comments on commit 21c39bd

Please sign in to comment.