diff options
author | Brad King <brad.king@kitware.com> | 2015-12-17 20:03:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-12-18 15:02:07 (GMT) |
commit | 036b6ef7c47ccb19f291d2f36df37aaf885b4ba8 (patch) | |
tree | d6072e0a2d63c5bcb2663d5b4582f521737bd93a /Source/cm_sha2.h | |
parent | 12293371ee0f3b930afee8d328415968eb8201e6 (diff) | |
download | CMake-036b6ef7c47ccb19f291d2f36df37aaf885b4ba8.zip CMake-036b6ef7c47ccb19f291d2f36df37aaf885b4ba8.tar.gz CMake-036b6ef7c47ccb19f291d2f36df37aaf885b4ba8.tar.bz2 |
Port CMake from cmIML to KWIML
KWIML no longer uses a configured prefix.
Diffstat (limited to 'Source/cm_sha2.h')
-rw-r--r-- | Source/cm_sha2.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cm_sha2.h b/Source/cm_sha2.h index 71395f0..f151031 100644 --- a/Source/cm_sha2.h +++ b/Source/cm_sha2.h @@ -38,11 +38,11 @@ #include "cm_sha2_mangle.h" -/* CMake modification: use integer types from cmIML. */ -#include "cmIML/INT.h" -typedef cmIML_INT_uint8_t cm_sha2_uint8_t; -typedef cmIML_INT_uint32_t cm_sha2_uint32_t; -typedef cmIML_INT_uint64_t cm_sha2_uint64_t; +/* CMake modification: use integer types from KWIML. */ +#include <cm_kwiml.h> +typedef KWIML_INT_uint8_t cm_sha2_uint8_t; +typedef KWIML_INT_uint32_t cm_sha2_uint32_t; +typedef KWIML_INT_uint64_t cm_sha2_uint64_t; #ifdef __cplusplus extern "C" { |