summaryrefslogtreecommitdiffstats
path: root/Modules/readme.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-10 20:03:34 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-10 20:03:34 (GMT)
commit3a757c253df3c230988f9c94f103ad09cc2e2d45 (patch)
tree2a4eade7716e1778094e86b32c69d19cc4554cf2 /Modules/readme.txt
parent86dd8579c557f2261cff75bd155f2d10e6aec80d (diff)
downloadCMake-3a757c253df3c230988f9c94f103ad09cc2e2d45.zip
CMake-3a757c253df3c230988f9c94f103ad09cc2e2d45.tar.gz
CMake-3a757c253df3c230988f9c94f103ad09cc2e2d45.tar.bz2
STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS.
Diffstat (limited to 'Modules/readme.txt')
-rw-r--r--Modules/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/readme.txt b/Modules/readme.txt
index b9bd805..4c31b6b 100644
--- a/Modules/readme.txt
+++ b/Modules/readme.txt
@@ -16,7 +16,7 @@ XXX_WRAP_YY If False, do not try to use the relevent CMake wrapping command.
XXX_YY_FOUND If False, optional YY part of XXX sytem is not available.
XXX_FOUND Set to false, or undefined, if we haven't found, or don't want to use XXX.
-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)
+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_DIRS should usually be defined (I guess libm.a might be an exception)
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.