diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-15 23:34:56 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-16 00:10:53 +0100 |
| commit | b252e5e45cfd87da48133a3a52e3ac164759b231 (patch) | |
| tree | 16be1e15561e913e9e9c023a170bb9b062d5bfc8 /CMakeLists.txt | |
| parent | 2e1730d2f0f131d792c9b0561672f5252a868785 (diff) | |
Remove libfltk_cairo (fltk::cairo)
This library is no longer needed and was "empty" for backwards
compatibility since FLTK 1.4.0.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 09994ac5e..4ca5f0862 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,16 +141,6 @@ endif(debug_build) unset(debug_build) ####################################################################### -# Build a dummy ("empty") Cairo library for backwards compatibility. -# This should be removed in the next minor release after 1.4.x, likely -# in FLTK 1.5.0. -####################################################################### - -if(FLTK_HAVE_CAIRO) - add_subdirectory(cairo) -endif() - -####################################################################### # build the standard FLTK libraries ####################################################################### @@ -380,7 +370,7 @@ message(STATUS "End of Configuration Summary --\n") if(0) # debug built library and fluid targets message(STATUS "------------------------ TARGETS ------------------------") - foreach(tgt fltk fluid fluid-cmd options options-cmd images gl forms cairo jpeg png z) + foreach(tgt fltk fluid fluid-cmd options options-cmd images gl forms jpeg png z) if(TARGET fltk::${tgt}) message("Target: fltk::${tgt}") # fl_debug_target(fltk::${tgt}) |
