[Cmake-commits] [cmake-commits] hoffman committed CMakeVerifyManifest.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 21 13:34:48 EDT 2009


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

Modified Files:
	CMakeVerifyManifest.cmake 
Log Message:
Add a module to test an install tree to verify that the MS CRT version is correct.


Index: CMakeVerifyManifest.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeVerifyManifest.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeVerifyManifest.cmake	21 Oct 2009 17:28:50 -0000	1.1
--- CMakeVerifyManifest.cmake	21 Oct 2009 17:34:45 -0000	1.2
***************
*** 17,20 ****
--- 17,21 ----
  # from the first glob.
  
+ # crt_version:
  # function to extract the CRT version from a file
  # this can be passed a .exe, .dll, or a .manifest file
***************
*** 45,48 ****
--- 46,52 ----
  endfunction(crt_version)
  set(fatal_error FALSE)
+ 
+ # check_version:
+ # 
  # test a file against the shipped manifest versions
  # for a directory



More information about the Cmake-commits mailing list