Skip to content

Commit

Permalink
Updated to latest FLTK.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 19, 2024
1 parent fb3b448 commit 36542d9
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 @@ -5,8 +5,8 @@
include( ExternalProject )

#set( FLTK_GIT_TAG master )
set(FLTK_GIT_TAG 265e5cd77b30581e7701927930d8fa887e0361df) # has paths to libs
#set(FLTK_GIT_TAG 15d9a350bf715357dec12810dcfe51ba8defbd5d) # does not fix libdecor
#set(FLTK_GIT_TAG 265e5cd77b30581e7701927930d8fa887e0361df) # has paths to libs
set(FLTK_GIT_TAG a9d3d3e3fbefc80278392a88c0a81a5bbb97eb51) # should fix libdecor

set( FLTK_BUILD_SHARED_LIBS ON ) # We no longer compile static.

Expand Down

0 comments on commit 36542d9

Please sign in to comment.