Make CMake ignore if FLUID can't be found

Fixes #45
This commit is contained in:
Clownacy 2019-09-10 12:23:50 +00:00
parent c60cdb3610
commit 60bc16b161

View file

@ -22,6 +22,7 @@ endif()
# Find FLTK # Find FLTK
if(NOT FORCE_LOCAL_LIBS) if(NOT FORCE_LOCAL_LIBS)
set(FLTK_SKIP_FLUID ON)
find_package(FLTK) find_package(FLTK)
endif() endif()