Fix typo in cmake because of which EVENT__SIZEOF_SIZE_T was wrong

Fixes: #580
(cherry picked from commit 6e5c15d095d37036553d491b52d27fbbda08e7f2)
This commit is contained in:
Azat Khuzhin 2017-12-16 23:28:41 +03:00 committed by Azat Khuzhin
parent 7d1ffe6474
commit 3375750ad7
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -430,7 +430,7 @@ CHECK_SYMBOL_EXISTS(F_SETFD fcntl.h EVENT__HAVE_SETFD)
CHECK_TYPE_SIZE(fd_mask EVENT__HAVE_FD_MASK)
CHECK_TYPE_SIZE(size_t EVENT__SIZEOF_SIZEE_T)
CHECK_TYPE_SIZE(size_t EVENT__SIZEOF_SIZE_T)
if(NOT EVENT__SIZEOF_SIZE_T)
set(EVENT__size_t "unsigned")
set(EVENT__SIZEOF_SIZE_T ${EVENT__SIZEOF_UNSIGNED})