diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-10-17 13:51:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-10-23 15:08:34 (GMT) |
commit | dc0b0f6b6d70a9f3438d110cfc2840f61319151a (patch) | |
tree | a1052367f13f10e163dcccfe13b216820c33bf25 /Modules/BasicConfigVersion-AnyNewerVersion.cmake.in | |
parent | 7ded904329635b490467ddf06d87b2620da470aa (diff) | |
download | CMake-dc0b0f6b6d70a9f3438d110cfc2840f61319151a.zip CMake-dc0b0f6b6d70a9f3438d110cfc2840f61319151a.tar.gz CMake-dc0b0f6b6d70a9f3438d110cfc2840f61319151a.tar.bz2 |
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.
Diffstat (limited to 'Modules/BasicConfigVersion-AnyNewerVersion.cmake.in')
-rw-r--r-- | Modules/BasicConfigVersion-AnyNewerVersion.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in b/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in index 9f7f03e..b1c4fdf 100644 --- a/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in +++ b/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in @@ -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 |