diff options
Diffstat (limited to 'Modules/CMakeVerifyManifest.cmake')
-rw-r--r-- | Modules/CMakeVerifyManifest.cmake | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/Modules/CMakeVerifyManifest.cmake b/Modules/CMakeVerifyManifest.cmake index aebe77e..bff4e1e 100644 --- a/Modules/CMakeVerifyManifest.cmake +++ b/Modules/CMakeVerifyManifest.cmake @@ -1,14 +1,19 @@ +#.rst: +# CMakeVerifyManifest +# ------------------- +# +# +# # CMakeVerifyManifest.cmake # -# This script is used to verify that embeded manifests and -# side by side manifests for a project match. To run this -# script, cd to a directory and run the script with cmake -P. -# On the command line you can pass in versions that are OK even -# if not found in the .manifest files. For example, -# cmake -Dallow_versions=8.0.50608.0 -PCmakeVerifyManifest.cmake -# could be used to allow an embeded manifest of 8.0.50608.0 -# to be used in a project even if that version was not found -# in the .manifest file. +# This script is used to verify that embeded manifests and side by side +# manifests for a project match. To run this script, cd to a directory +# and run the script with cmake -P. On the command line you can pass in +# versions that are OK even if not found in the .manifest files. For +# example, cmake -Dallow_versions=8.0.50608.0 +# -PCmakeVerifyManifest.cmake could be used to allow an embeded manifest +# of 8.0.50608.0 to be used in a project even if that version was not +# found in the .manifest file. # This script first recursively globs *.manifest files from # the current directory. Then globs *.exe and *.dll. Each |