summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-12-26 13:31:06 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-12-26 13:31:06 +0100
commit61208e7792174dd5df75f41351ea64acc7fcf4d8 (patch)
tree80e0eb9a1d40e135790291f31831557731891207
parent89466c2d377e7ea9ef3ec89afd95998f0427c971 (diff)
Fix typo in README.CMake.txt
-rw-r--r--README.CMake.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.CMake.txt b/README.CMake.txt
index 8c5b06694..d309e8c83 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -923,7 +923,7 @@ it with the ususal CMake GUI interfaces (ccmake, cmake-gui) or on the
CMake commandline (-D FLTK_DIR=...).
The find_package command tells CMake to find the package FLTK, '1.4' says
-that we want FLTK 1.4.x: any patch version of 1.4 will march. 'REQUIRED'
+that we want FLTK 1.4.x: any patch version of 1.4 will match. 'REQUIRED'
means that it is an error if it's not found. 'CONFIG' tells it to search
only for the FLTKConfig.cmake file, not using the FindFLTK.cmake "module"
supplied with CMake, which doesn't work with this version of FLTK. Since