mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
Restore building with CMake option FLTK_BUILD_FLUID=0
This commit is contained in:
+4
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user