]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix hash function config tests with CMake
authorBrad King <brad.king@kitware.com>
Mon, 30 Nov 2009 15:19:36 +0000 (10:19 -0500)
committerBrad King <brad.king@kitware.com>
Mon, 30 Nov 2009 15:19:36 +0000 (10:19 -0500)
commit69f00c7b2bf5066906b36f6196ed31356e3ea449
tree757ae523b9cf2ea85d81fc043b4b1dd4d04cdf5e
parente8526b5f016109de4075d2cda454f890dd8a3031
Fix hash function config tests with CMake

The commit "Improve portability of MD5/SHA* headers and functions" added
both autotools and CMake detection of MD5, RMD, and SHA* hash functions.
The commit "Move hashing function calling into a separate file" rewrote
the autotools logic and changed the source to use different config
macros but did not update the CMake logic.  This commit updates the
CMake configuration tests to produce the result macros the code expects.

SVN-Revision: 1690
CMakeLists.txt
build/cmake/config.h.in