[cmake-commits] king committed CMakeLists.txt 1.118 1.119

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 14 15:31:01 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Enable use of kwsys MD5 implementation.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- CMakeLists.txt	9 Mar 2007 16:35:53 -0000	1.118
+++ CMakeLists.txt	14 Mar 2007 20:30:59 -0000	1.119
@@ -65,6 +65,7 @@
 SET(KWSYS_USE_Directory 1)
 SET(KWSYS_USE_RegularExpression 1)
 SET(KWSYS_USE_Base64 1)
+SET(KWSYS_USE_MD5 1)
 SET(KWSYS_USE_Process 1)
 SET(KWSYS_USE_CommandLineArguments 1)
 SET(KWSYS_HEADER_ROOT ${CMake_BINARY_DIR}/Source)



More information about the Cmake-commits mailing list