summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-06 11:00:51 -0400
committerIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-06 11:00:51 -0400
commit28117a2e4a2c6fae3c830366e23f74044d2d836b (patch)
treea390765ebeb419d07c6f989e24aec60b1b5b3e12
parent3d17c97f21f5b19e777c612768991386f2d9728b (diff)
downloadcmake-28117a2e4a2c6fae3c830366e23f74044d2d836b.tar.gz
Add important missing word to documentation
-rw-r--r--Modules/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/readme.txt b/Modules/readme.txt
index 880659aa1f..96cdfd2d93 100644
--- a/Modules/readme.txt
+++ b/Modules/readme.txt
@@ -17,7 +17,7 @@ XXX_FOUND Set to false, or undefined, if we haven't found, or don'
You do not have to provide all of the above variables. You should provide XXX_FOUND under most circumstances. If XXX is a library, then XXX_LIBRARIES, should also be defined, and XXX_INCLUDE_DIR should usually be defined (I guess libm.a might be an exception)
-The following names should usually be used in CMakeLists.txt files, but they may be usefully modified in users CMake Cache to control stuff.
+The following names should not usually be used in CMakeLists.txt files, but they may be usefully modified in users' CMake Caches to control stuff.
XXX_LIBRARY Name of XXX Library. A User may set this and XXX_INCLUDE_DIR to ignore to force non-use of XXX.
XXX_YY_LIBRARY Name of YY library that is part of the XXX system. It may or may not be required to use XXX.