Remove deprecated methods and functions
Some checks failed
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

In FLTK 1.5 we remove most (but not all) methods and functions that
were deprecated in FLTK 1.3 or earlier.
This commit is contained in:
Albrecht Schlosser
2025-07-02 16:16:48 +02:00
parent 9a5bdf40a4
commit a05ae33e20
17 changed files with 138 additions and 139 deletions

View File

@@ -91,7 +91,7 @@ Option 1: Set target property 'ENABLE_EXPORTS' on all executable
set_target_properties(myprog PROPERTIES ENABLE_EXPORTS TRUE)
Option 2: Set CMake policy CMP0065 to 'OLD' (i.e. pre-3.4 behavior)
Option 2: Set CMake policy CMP0065 to 'OLD' (i.e. pre-3.4 behavior).
This is a quick solution but discouraged because setting
CMake policies to 'OLD' is "deprecated by definition".
CMake may issue warnings or ignore this in the future.