[Cmake-commits] [cmake-commits] martink committed CPack.cmake 1.44 1.45 FeatureSummary.cmake 1.3 1.4
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Sep 3 15:29:31 EDT 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv20266/Modules
Modified Files:
CPack.cmake FeatureSummary.cmake
Log Message:
some white space fixes for the book
Index: FeatureSummary.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FeatureSummary.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** FeatureSummary.cmake 17 Jan 2008 22:19:13 -0000 1.3
--- FeatureSummary.cmake 3 Sep 2009 19:29:29 -0000 1.4
***************
*** 3,19 ****
# PRINT_ENABLED_FEATURES()
# Print a summary of all enabled features. By default all successfull
! # FIND_PACKAGE() calls will appear here, except the ones which used the QUIET keyword.
! # Additional features can be added by appending an entry to the global ENABLED_FEATURES
! # property. If SET_FEATURE_INFO() is used for that feature, the output will be much
! # more informative.
#
# PRINT_DISABLED_FEATURES()
! # Same as PRINT_ENABLED_FEATURES(), but for disabled features. It can be extended
! # the same way by adding to the global property DISABLED_FEATURES.
#
# SET_FEATURE_INFO(NAME DESCRIPTION [URL [COMMENT] ] )
# Use this macro to set up information about the named feature, which will
# then be displayed by PRINT_ENABLED/DISABLED_FEATURES().
! # Example: SET_FEATURE_INFO(LibXml2 "XML processing library." "http://xmlsoft.org/")
#
--- 3,21 ----
# PRINT_ENABLED_FEATURES()
# Print a summary of all enabled features. By default all successfull
! # FIND_PACKAGE() calls will appear here, except the ones which used the
! # QUIET keyword. Additional features can be added by appending an entry
! # to the global ENABLED_FEATURES property. If SET_FEATURE_INFO() is
! # used for that feature, the output will be much more informative.
#
# PRINT_DISABLED_FEATURES()
! # Same as PRINT_ENABLED_FEATURES(), but for disabled features. It can
! # be extended the same way by adding to the global property
! # DISABLED_FEATURES.
#
# SET_FEATURE_INFO(NAME DESCRIPTION [URL [COMMENT] ] )
# Use this macro to set up information about the named feature, which will
# then be displayed by PRINT_ENABLED/DISABLED_FEATURES().
! # Example: SET_FEATURE_INFO(LibXml2 "XML processing library."
! # "http://xmlsoft.org/")
#
Index: CPack.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPack.cmake,v
retrieving revision 1.44
retrieving revision 1.45
diff -C 2 -d -r1.44 -r1.45
*** CPack.cmake 16 Jul 2009 15:48:30 -0000 1.44
--- CPack.cmake 3 Sep 2009 19:29:29 -0000 1.45
***************
*** 376,381 ****
# various archives for each of the components. The contents of this
# directory should be uploaded to a location accessible by the URL given
! # in the site argument. If omitted, CPack will use the directory CPackUploads
! # inside the CMake binary directory to store the generated archives.
#
# The ALL flag indicates that all components be downloaded. Otherwise, only
--- 376,382 ----
# various archives for each of the components. The contents of this
# directory should be uploaded to a location accessible by the URL given
! # in the site argument. If omitted, CPack will use the directory
! # CPackUploads inside the CMake binary directory to store the generated
! # archives.
#
# The ALL flag indicates that all components be downloaded. Otherwise, only
More information about the Cmake-commits
mailing list