summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-15 23:34:56 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-16 00:10:53 +0100
commitb252e5e45cfd87da48133a3a52e3ac164759b231 (patch)
tree16be1e15561e913e9e9c023a170bb9b062d5bfc8 /CMake/options.cmake
parent2e1730d2f0f131d792c9b0561672f5252a868785 (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 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index a9c41264d..aa4936b65 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -29,7 +29,7 @@
# which can be applied to particular targets and source files only.
#
# This could remove some of these potential build conflicts, for
-# instance # if the bundled image libs and Cairo or Pango are used
+# instance if the bundled image libs and Cairo or Pango are used
# together (Pango depends on Cairo and Cairo depends on libpng).
# However, this is not a proper solution!
#