From d5f7ea6b74daba3a7aaa6bfa4a92e2ff7a4c9a31 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 4 Mar 2008 09:40:38 -0500 Subject: [PATCH] BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH. --- Source/cmDocumentVariables.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 0a548498c..ca1b0f22b 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 "