diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-12-03 17:16:11 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-12-03 17:16:58 +0100 |
| commit | 63c54fe7c8eda4652ef81ab9a759e181ac48c5ee (patch) | |
| tree | 7fac15b4eb0a69166d5c8d6959e96c63f2dc7d8d /CMake/FLTKConfig.cmake.in | |
| parent | a6927779c34f654da91dd559be2b42b00409b1d8 (diff) | |
CMake: Remove UseFLTK.cmake generation and usage
Diffstat (limited to 'CMake/FLTKConfig.cmake.in')
| -rw-r--r-- | CMake/FLTKConfig.cmake.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CMake/FLTKConfig.cmake.in b/CMake/FLTKConfig.cmake.in index fb722c124..e647e6453 100644 --- a/CMake/FLTKConfig.cmake.in +++ b/CMake/FLTKConfig.cmake.in @@ -2,7 +2,7 @@ # FLTKConfig.cmake - FLTK CMake configuration file for external projects. # # This file is generated by CMake and used to load FLTK's settings for -# an external project. +# an external project, i.e. a project using FLTK. # # It defines the following variables: # @@ -17,10 +17,6 @@ # # FLTK_INCLUDE_DIR - FLTK include directories (same as FLTK_INCLUDE_DIRS) # -# FLTK_USE_FILE - previously used to set things up to use FLTK -# - deprecated since FLTK 1.3.4 -# - will be removed in FLTK 1.4.0 or later -# # Important note: FLTK's CMake build files are not yet complete and may be # changed in future versions. This includes the list of defined variables # above that may be changed if necessary. @@ -31,7 +27,6 @@ set (FLTK_VERSION @FLTK_VERSION@) include (${CMAKE_CURRENT_LIST_DIR}/FLTK-Targets.cmake) set (FLTK_INCLUDE_DIRS "@INCLUDE_DIRS@") -set (FLTK_USE_FILE ${CMAKE_CURRENT_LIST_DIR}/UseFLTK.cmake) # for compatibility with CMake's FindFLTK.cmake |
