mirror of https://github.com/fltk/fltk
CMake: Restore removed HAVE_LIBPNG setting
This was removed unintentionally.
This commit is contained in:
parent
6a30f63fe4
commit
8bd67f40da
|
@ -472,6 +472,8 @@ else ()
|
|||
include_directories (${CMAKE_CURRENT_SOURCE_DIR}/png)
|
||||
endif ()
|
||||
|
||||
set (HAVE_LIBPNG 1)
|
||||
|
||||
#######################################################################
|
||||
if (X11_Xinerama_FOUND)
|
||||
option (OPTION_USE_XINERAMA "use lib Xinerama" ON)
|
||||
|
|
Loading…
Reference in New Issue