Skip to content

Commit

Permalink
Update to FLTK.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Aug 4, 2024
1 parent 421859c commit da021b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/BuildFLTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ include( ExternalProject )
#set( FLTK_GIT_TAG master )

# Latest Stable Wayland (moving, resizing and subwindows okay.
# OpenGL3 fixes for AMD and newer Debian distros.
set(FLTK_GIT_TAG 7f998bac6007a6433740bc82ce7412233250d44a)
# OpenGL3 fixes for AMD and newer Debian distros.
set(FLTK_GIT_TAG 46dd1b33ccb1e34be0b7a6d41a162e4dd611a548)

if(MRV2_PYFLTK OR FLTK_BUILD_SHARED)
# If we are building pyFLTK compile shared
Expand Down

0 comments on commit da021b1

Please sign in to comment.