ENH: Enable use of kwsys MD5 implementation.

This commit is contained in:
Brad King 2007-03-14 16:30:59 -04:00
parent 9da6f96d98
commit 87e8f718e3
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ SET(KWSYS_USE_SystemTools 1)
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)