zynaddsubfx: just don't build if FLTK is not found rather than hard-failing.
This commit is contained in:
@@ -32,7 +32,11 @@ IF(MINGW_PREFIX)
|
||||
SET(FLTK_SKIP_FLUID TRUE)
|
||||
ENDIF()
|
||||
|
||||
FIND_PACKAGE(FLTK REQUIRED)
|
||||
FIND_PACKAGE(FLTK)
|
||||
|
||||
IF(NOT FLTK_FOUND)
|
||||
RETURN()
|
||||
ENDIF()
|
||||
|
||||
IF(MINGW_PREFIX)
|
||||
SET(FLTK_FLUID_EXECUTABLE "${MINGW_PREFIX}/bin/fluid")
|
||||
|
||||
Reference in New Issue
Block a user