diff options
author | Brad King <brad.king@kitware.com> | 2011-11-15 20:22:51 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-11-16 10:15:44 -0500 |
commit | 73efd4a5044d2346e14d019197e2ddced3f9b7a8 (patch) | |
tree | 1fd775caba0a5504431c0cf6254b1991883eeef2 /Source/CMakeLists.txt | |
parent | c1856a33d46384307884ab6ba6db886a7bca0fd2 (diff) | |
download | cmake-73efd4a5044d2346e14d019197e2ddced3f9b7a8.tar.gz |
sha2: Build as part of CMakeLib
Mangle sha2 symbols to avoid conflict with system libs.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 284c84dd15..520573898f 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -261,6 +261,8 @@ SET(SRCS cmakewizard.cxx cmakewizard.h + cm_sha2.h + cm_sha2.c cm_utf8.h cm_utf8.c ) |