We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4170130 commit e119c20Copy full SHA for e119c20
1 file changed
CMakeLists.txt
@@ -97,8 +97,9 @@ if (ENABLE_FLTK_1_4)
97
)
98
FetchContent_MakeAvailable(FLTK)
99
find_package(FLTK 1.4 CONFIG REQUIRED)
100
- list(APPEND DILLO_FLTK_LIBS fltk::fltk)
101
endif()
+ message(WARNING "Dillo will attempt to link against FLTK 1.4. This might cause rendering issues!")
102
+ list(APPEND DILLO_FLTK_LIBS fltk::fltk)
103
else()
104
find_package(FLTK REQUIRED) # 1.3
105
list(APPEND DILLO_FLTK_INCLUDE_DIR ${FLTK_INCLUDE_DIR})
0 commit comments