From a05ae33e20b09ab952ddbbf6762d5cfec77e4943 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 2 Jul 2025 16:16:48 +0200 Subject: Remove deprecated methods and functions In FLTK 1.5 we remove most (but not all) methods and functions that were deprecated in FLTK 1.3 or earlier. --- README.Wayland.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.Wayland.txt') diff --git a/README.Wayland.txt b/README.Wayland.txt index 026a5b084..962cf55ec 100644 --- a/README.Wayland.txt +++ b/README.Wayland.txt @@ -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. -- cgit v1.2.3