Restore building with CMake option FLTK_BUILD_FLUID=0

This commit is contained in:
ManoloFLTK 2026-01-05 17:55:27 +01:00
parent 6c670e12c3
commit 5f10939cfa

View File

@ -126,7 +126,10 @@ INSTALL_MAN (fltk 3)
if(FLTK_BUILD_TEST) # "OR FLTK_BUILD_GAMES" (not yet implemented)
set(games_ blocks checkers sudoku)
set(games_ blocks sudoku)
if(FLTK_BUILD_FLUID)
list(APPEND games_ checkers)
endif(FLTK_BUILD_FLUID)
if(FLTK_USE_GL)
list(APPEND games_ glpuzzle)
endif()