Make some libraries optional in Windows installation
This commit is contained in:
@@ -37,8 +37,6 @@ IF(MINGW_PREFIX)
|
||||
SET(FLTK_SKIP_FLUID TRUE)
|
||||
ENDIF()
|
||||
|
||||
FIND_PACKAGE(FLTK)
|
||||
|
||||
IF(NOT FLTK_FOUND)
|
||||
RETURN()
|
||||
ENDIF()
|
||||
|
||||
Reference in New Issue
Block a user