cmake: fix typo, use space not a list separator

This commit is contained in:
Gustavo Sverzut Barbieri 2017-01-23 16:15:36 -02:00
parent 7a32c13da7
commit a3ac62235b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ FUNC_CHECK(dirfd INCLUDE_FILES dirent.h sys/types.h)
FUNC_CHECK(fpathconf INCLUDE_FILES unistd.h)
FUNC_CHECK(listxattr INCLUDE_FILES sys/types.h sys/xattr.h)
FUNC_CHECK(setxattr INCLUDE_FILES sys/types.h sys/xattr.h)
FUNC_CHECK(getxattr INCLUDE_FILES sys/types.h;sys/xattr.h)
FUNC_CHECK(getxattr INCLUDE_FILES sys/types.h sys/xattr.h)
FUNC_CHECK(dlopen INCLUDE_FILES dlfcn.h LIBRARIES dl)
FUNC_CHECK(mtrace INCLUDE_FILES mcheck.h)
FUNC_CHECK(strerror_r INCLUDE_FILES string.h)