Merge topic 'BasicConfigVersion-consistency'

dc0b0f6 BasicConfigVersion: Make docs refer to the macro, not the module name
This commit is contained in:
David Cole 2012-10-23 16:37:19 -04:00 committed by CMake Topic Stage
commit 0276f4e9f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# This is a basic version file for the Config-mode of find_package().
# It is used by WriteBasicConfigVersionFile.cmake as input file for configure_file()
# It is used by write_basic_package_version_file() as input file for configure_file()
# to create a version-file which can be installed along a config.cmake file.
#
# The created file sets PACKAGE_VERSION_EXACT if the current version string and

View File

@ -1,5 +1,5 @@
# This is a basic version file for the Config-mode of find_package().
# It is used by WriteBasicConfigVersionFile.cmake as input file for configure_file()
# It is used by write_basic_package_version_file() as input file for configure_file()
# to create a version-file which can be installed along a config.cmake file.
#
# The created file sets PACKAGE_VERSION_EXACT if the current version string and