[cmake] Fix hb-blob test (#699)
This commit is contained in:
parent
1461965c22
commit
90e3c9e69e
@ -107,10 +107,10 @@ check_include_file(unistd.h HAVE_UNIST_H)
|
||||
if (${HAVE_UNIST_H})
|
||||
add_definitions(-DHAVE_UNIST_H)
|
||||
endif ()
|
||||
check_include_file(sys/mman.h HAVE_SYS_MMAN_H)
|
||||
if (${HAVE_SYS_MMAN_H})
|
||||
add_definitions(-DHAVE_SYS_MMAN_H)
|
||||
endif ()
|
||||
#check_include_file(sys/mman.h HAVE_SYS_MMAN_H)
|
||||
#if (${HAVE_SYS_MMAN_H})
|
||||
# add_definitions(-DHAVE_SYS_MMAN_H)
|
||||
#endif ()
|
||||
check_include_file(xlocale.h HAVE_XLOCALE_H)
|
||||
if (${HAVE_XLOCALE_H})
|
||||
add_definitions(-DHAVE_XLOCALE_H)
|
||||
|
Loading…
Reference in New Issue
Block a user