Browse Source

BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH.

Brad King 17 years ago
parent
commit
d5f7ea6b74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmDocumentVariables.cxx

+ 1 - 1
Source/cmDocumentVariables.cxx

@@ -825,7 +825,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
     ("LIBRARY_OUTPUT_PATH", cmProperty::VARIABLE,
     ("LIBRARY_OUTPUT_PATH", cmProperty::VARIABLE,
      "Old library location variable.",
      "Old library location variable.",
      "This variable should no longer be used as of CMake 2.6.  "
      "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.  "
      "RUNTIME_OUTPUT_DIRECTORY target properties instead.  "
      "They will override this variable if they are set.\n"
      "They will override this variable if they are set.\n"
      "If set, this is the directory where all the libraries "
      "If set, this is the directory where all the libraries "