[cmake-commits] king committed readme.txt 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 10 16:03:37 EDT 2006


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv25550

Modified Files:
	readme.txt 
Log Message:
STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS.


Index: readme.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/readme.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- readme.txt	21 Jul 2006 19:16:23 -0000	1.9
+++ readme.txt	10 Oct 2006 20:03:34 -0000	1.10
@@ -16,7 +16,7 @@
 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.
 



More information about the Cmake-commits mailing list