diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2026-02-01 14:43:29 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2026-02-01 14:46:06 +0100 |
| commit | ea18e097a7aa1ac6a330a35d97e518720d0ac5ad (patch) | |
| tree | fc39c3d070e0680be4d00a969d5376ffa774d112 | |
| parent | 8c8bc16905ad140c1552ee6f0d455ef9591bbe43 (diff) | |
Fix typo in CMake config file
| -rw-r--r-- | CMake/FLTKConfig.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/FLTKConfig.cmake.in b/CMake/FLTKConfig.cmake.in index 14876d3a0..b183bc80f 100644 --- a/CMake/FLTKConfig.cmake.in +++ b/CMake/FLTKConfig.cmake.in @@ -24,7 +24,7 @@ # Note: FLTK 1.4.0 introduced "Modern CMake", therefore usage of most if not # all of the variables mentioned above is no longer needed in user projects. # Please use the CMake target names fltk::fltk, fltk::images, etc. instead. -# Please see README.CMake.txt for mor info on how to do this. +# Please see README.CMake.txt for more info on how to do this. # # Optional: Create backwards compatible aliases for libraries and fluid. |
