BasicConfigVersion: Make docs refer to the macro, not the module name
The -ExactVersion variant already refers to the macro, and I think it makes more sense anyway.
This commit is contained in:
parent
7ded904329
commit
dc0b0f6b6d
|
@ -1,5 +1,5 @@
|
||||||
# This is a basic version file for the Config-mode of find_package().
|
# 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.
|
# 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
|
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# This is a basic version file for the Config-mode of find_package().
|
# 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.
|
# 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
|
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
|
||||||
|
|
Loading…
Reference in New Issue