diff options
author | Brad King <brad.king@kitware.com> | 2008-03-04 14:40:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-03-04 14:40:38 (GMT) |
commit | d5f7ea6b74daba3a7aaa6bfa4a92e2ff7a4c9a31 (patch) | |
tree | 4367733d64709c3868916e9e72f6f1687bbb8095 /Source/cmDocumentVariables.cxx | |
parent | d47a5951edf48738db67dac22eef24de948965ec (diff) | |
download | CMake-d5f7ea6b74daba3a7aaa6bfa4a92e2ff7a4c9a31.zip CMake-d5f7ea6b74daba3a7aaa6bfa4a92e2ff7a4c9a31.tar.gz CMake-d5f7ea6b74daba3a7aaa6bfa4a92e2ff7a4c9a31.tar.bz2 |
BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH.
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 0a54849..ca1b0f2 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -825,7 +825,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) ("LIBRARY_OUTPUT_PATH", cmProperty::VARIABLE, "Old library location variable.", "This variable should no longer be used as of CMake 2.6. " - "Use the ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_PATH, and " + "Use the ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and " "RUNTIME_OUTPUT_DIRECTORY target properties instead. " "They will override this variable if they are set.\n" "If set, this is the directory where all the libraries " |