[Cmake-commits] [cmake-commits] lowman committed FindBoost.cmake 1.34 1.35

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 2 21:09:42 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv18596

Modified Files:
	FindBoost.cmake 
Log Message:
STYLE: Fix documentation bug regarding Boost_<COMPONENT>_LIBRARY (COMPONENT
should be uppercase).


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.34
retrieving revision 1.35
diff -C 2 -d -r1.34 -r1.35
*** FindBoost.cmake	24 Feb 2009 05:49:01 -0000	1.34
--- FindBoost.cmake	3 Mar 2009 02:09:36 -0000	1.35
***************
*** 69,152 ****
  # ============================================================================
  #
! # Variables used by this module, they can change the default behaviour and need to be set
! # before calling find_package:
  #
! #  Boost_USE_MULTITHREADED       Can be set to OFF to use the non-multithreaded
  #                                boost libraries.  If not specified, defaults
  #                                to ON.
  #
! #  Boost_USE_STATIC_LIBS         Can be set to ON to force the use of the static
  #                                boost libraries. Defaults to OFF.
  #
  # Other Variables used by this module which you may want to set.
  #
! #  Boost_ADDITIONAL_VERSIONS     A list of version numbers to use for searching
  #                                the boost include directory.  Please see
  #                                the documentation above regarding this
  #                                annoying, but necessary variable :(
  #
! #  Boost_DEBUG                   Set this to TRUE to enable debugging output
  #                                of FindBoost.cmake if you are having problems.
  #                                Please enable this before filing any bug
  #                                reports.
  # 
! #  Boost_COMPILER                Set this to the compiler suffix used by Boost
! #                                (e.g. "-gcc43") if FindBoods has problems finding
  #                                the proper Boost installation
  #
! #  These last three variables are available also as environment variables:
  #
! #  BOOST_ROOT or BOOSTROOT       The preferred installation prefix for searching for
  #                                Boost.  Set this if the module has problems finding
  #                                the proper Boost installation.
  #
! #  BOOST_INCLUDEDIR              Set this to the include directory of Boost, if the
  #                                module has problems finding the proper Boost installation
  #
! #  BOOST_LIBRARYDIR              Set this to the lib directory of Boost, if the
  #                                module has problems finding the proper Boost installation
  #
  # Variables defined by this module:
  #
! #  Boost_FOUND                          System has Boost, this means the include dir was
  #                                       found, as well as all the libraries specified in
  #                                       the COMPONENTS list.
  #
! #  Boost_INCLUDE_DIRS                   Boost include directories: not cached
  #
! #  Boost_INCLUDE_DIR                    This is almost the same as above, but this one is
  #                                       cached and may be modified by advanced users
  #
! #  Boost_LIBRARIES                      Link these to use the Boost libraries that you
  #                                       specified: not cached
  #
! #  Boost_LIBRARY_DIRS                   The path to where the Boost library files are.
  #
! #  Boost_VERSION                        The version number of the boost libraries that
  #                                       have been found, same as in version.hpp from Boost
  #
! #  Boost_LIB_VERSION                    The version number in filename form as
  #                                       it's appended to the library filenames
  #
! #  Boost_MAJOR_VERSION                  major version number of boost
! #  Boost_MINOR_VERSION                  minor version number of boost
! #  Boost_SUBMINOR_VERSION               subminor version number of boost
  #
! #  Boost_LIB_DIAGNOSTIC_DEFINITIONS     [WIN32 Only] You can call
  #                                       add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINTIIONS})
  #                                       to have diagnostic information about Boost's
  #                                       automatic linking outputted during compilation time.
  #
! # For each component you list the following variables are set.
! # ATTENTION: The component names need to be in lower case, just as the boost
! # library names however the CMake variables use upper case for the component
! # part. So you'd get Boost_SERIALIZATION_FOUND for example.
  #
- #  Boost_${COMPONENT}_FOUND             True IF the Boost library "component" was found.
- #  Boost_${COMPONENT}_LIBRARY           The absolute path of the Boost library "component".
- #  Boost_${COMPONENT}_LIBRARY_DEBUG     The absolute path of the debug version of the
- #                                       Boost library "component".
- #  Boost_${COMPONENT}_LIBRARY_RELEASE   The absolute path of the release version of the
- #                                       Boost library "component"
  #
  #  Copyright (c) 2006-2008 Andreas Schneider <mail at cynapses.org>
--- 69,153 ----
  # ============================================================================
  #
! # Variables used by this module, they can change the default behaviour and
! # need to be set before calling find_package:
  #
! #   Boost_USE_MULTITHREADED      Can be set to OFF to use the non-multithreaded
  #                                boost libraries.  If not specified, defaults
  #                                to ON.
  #
! #   Boost_USE_STATIC_LIBS        Can be set to ON to force the use of the static
  #                                boost libraries. Defaults to OFF.
  #
  # Other Variables used by this module which you may want to set.
  #
! #   Boost_ADDITIONAL_VERSIONS    A list of version numbers to use for searching
  #                                the boost include directory.  Please see
  #                                the documentation above regarding this
  #                                annoying, but necessary variable :(
  #
! #   Boost_DEBUG                  Set this to TRUE to enable debugging output
  #                                of FindBoost.cmake if you are having problems.
  #                                Please enable this before filing any bug
  #                                reports.
  # 
! #   Boost_COMPILER               Set this to the compiler suffix used by Boost
! #                                (e.g. "-gcc43") if FindBoost has problems finding
  #                                the proper Boost installation
  #
! # These last three variables are available also as environment variables:
  #
! #   BOOST_ROOT or BOOSTROOT      The preferred installation prefix for searching for
  #                                Boost.  Set this if the module has problems finding
  #                                the proper Boost installation.
  #
! #   BOOST_INCLUDEDIR             Set this to the include directory of Boost, if the
  #                                module has problems finding the proper Boost installation
  #
! #   BOOST_LIBRARYDIR             Set this to the lib directory of Boost, if the
  #                                module has problems finding the proper Boost installation
  #
  # Variables defined by this module:
  #
! #   Boost_FOUND                         System has Boost, this means the include dir was
  #                                       found, as well as all the libraries specified in
  #                                       the COMPONENTS list.
  #
! #   Boost_INCLUDE_DIRS                  Boost include directories: not cached
  #
! #   Boost_INCLUDE_DIR                   This is almost the same as above, but this one is
  #                                       cached and may be modified by advanced users
  #
! #   Boost_LIBRARIES                     Link to these to use the Boost libraries that you
  #                                       specified: not cached
  #
! #   Boost_LIBRARY_DIRS                  The path to where the Boost library files are.
  #
! #   Boost_VERSION                       The version number of the boost libraries that
  #                                       have been found, same as in version.hpp from Boost
  #
! #   Boost_LIB_VERSION                   The version number in filename form as
  #                                       it's appended to the library filenames
  #
! #   Boost_MAJOR_VERSION                 major version number of boost
! #   Boost_MINOR_VERSION                 minor version number of boost
! #   Boost_SUBMINOR_VERSION              subminor version number of boost
  #
! #   Boost_LIB_DIAGNOSTIC_DEFINITIONS    [WIN32 Only] You can call
  #                                       add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINTIIONS})
  #                                       to have diagnostic information about Boost's
  #                                       automatic linking outputted during compilation time.
  #
! # For each component you specify in find_package(), the following (UPPER-CASE)
! # variables are set.  You can use these variables if you would like to pick and
! # choose components for your targets instead of just using Boost_LIBRARIES.
! #
! #   Boost_${COMPONENT}_FOUND            True IF the Boost library "component" was found.
! #
! #   Boost_${COMPONENT}_LIBRARY          Contains the libraries for the specified Boost
! #                                       "component" (includes debug and optimized keywords
! #                                       when needed).
! #
! # =====================================================================
  #
  #
  #  Copyright (c) 2006-2008 Andreas Schneider <mail at cynapses.org>



More information about the Cmake-commits mailing list