[Cmake-commits] [cmake-commits] king committed cmDocumentVariables.cxx 1.30 1.31
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu May 14 09:27:37 EDT 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv20517/Source
Modified Files:
cmDocumentVariables.cxx
Log Message:
ENH: Make CMAKE_<LANG>_SIZEOF_DATA_PTR public
The variable was previously documented for internal-use only. This
officially documents it for general use by projects.
Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -C 2 -d -r1.30 -r1.31
*** cmDocumentVariables.cxx 9 May 2009 21:25:21 -0000 1.30
--- cmDocumentVariables.cxx 14 May 2009 13:27:32 -0000 1.31
***************
*** 1013,1018 ****
cm->DefineProperty
("CMAKE_<LANG>_SIZEOF_DATA_PTR", cmProperty::VARIABLE,
! "An internal variable subject to change.",
! "This is used in determining the architecture and is subject to change.",
false,
"Variables for Languages");
--- 1013,1020 ----
cm->DefineProperty
("CMAKE_<LANG>_SIZEOF_DATA_PTR", cmProperty::VARIABLE,
! "Size of pointer-to-data types for language <LANG>.",
! "This holds the size (in bytes) of pointer-to-data types in the target "
! "platform ABI. "
! "It is defined for languages C and CXX (C++).",
false,
"Variables for Languages");
More information about the Cmake-commits
mailing list