Browse Source

* updated build requirements

master
Alex 'AdUser' Z 13 years ago
parent
commit
4b821f3d6f
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -24,7 +24,7 @@ ENDIF (NOT LIBDIR)
SET(REQUIRED_HEADERS
"ctype.h" "stdbool.h" "stdio.h"
"stdint.h" "stdlib.h" "string.h")
"stdint.h" "stdlib.h" "string.h" "unistd.h")
FOREACH (HDR ${REQUIRED_HEADERS})
CHECK_INCLUDE_FILE (${HDR} TEST_H)

Loading…
Cancel
Save