[Cmake-commits] [cmake-commits] king committed cmDocumentVariables.cxx 1.17 1.18
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Mar 4 09:40:41 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv9065
Modified Files:
cmDocumentVariables.cxx
Log Message:
BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH.
Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -C 2 -d -r1.17 -r1.18
*** cmDocumentVariables.cxx 27 Feb 2008 22:10:45 -0000 1.17
--- cmDocumentVariables.cxx 4 Mar 2008 14:40:38 -0000 1.18
***************
*** 826,830 ****
"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 "
"RUNTIME_OUTPUT_DIRECTORY target properties instead. "
"They will override this variable if they are set.\n"
--- 826,830 ----
"Old library location variable.",
"This variable should no longer be used as of CMake 2.6. "
! "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"
More information about the Cmake-commits
mailing list