summaryrefslogtreecommitdiff
path: root/CMake/UseFLTK.cmake.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-03 17:16:11 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-03 17:16:58 +0100
commit63c54fe7c8eda4652ef81ab9a759e181ac48c5ee (patch)
tree7fac15b4eb0a69166d5c8d6959e96c63f2dc7d8d /CMake/UseFLTK.cmake.in
parenta6927779c34f654da91dd559be2b42b00409b1d8 (diff)
CMake: Remove UseFLTK.cmake generation and usage
Diffstat (limited to 'CMake/UseFLTK.cmake.in')
-rw-r--r--CMake/UseFLTK.cmake.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/CMake/UseFLTK.cmake.in b/CMake/UseFLTK.cmake.in
deleted file mode 100644
index f9e9e0b6e..000000000
--- a/CMake/UseFLTK.cmake.in
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# UseFLTK.CMake - FLTK CMake environment configuration file for external projects.
-#
-# This file is deprecated and will be removed in FLTK 1.4.0 or later
-#
-# automatically generated - do not edit
-#
-
-include_directories("@FLTK_INCLUDE_DIRS@")
-
-message(AUTHOR_WARNING
-" * Warning: UseFLTK.cmake is deprecated and will be removed in FLTK 1.4.0
- * or later. Please use 'include_directories(\${FLTK_INCLUDE_DIRS})' or
- * 'target_include_directories(<target> PUBLIC|PRIVATE \${FLTK_INCLUDE_DIRS})'
- * instead of 'include(\${FLTK_USE_FILE})'.")