Fixed file existence check in CMake
This commit is contained in:
parent
ae25d2d731
commit
672e81e8de
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ message(STATUS "Checking optional POSIX/required SUS headers")
|
|||
check_include_file_cxx(sys/timeb.h HAVE_SYS_TIMEB_H)
|
||||
|
||||
message(STATUS "Checking FreeBSD-based headers")
|
||||
check_include_files("sys/types.h;sys/event.h" HAVE_SYS_EVENT_H)
|
||||
check_include_file_cxx(sys/event.h HAVE_SYS_EVENT_H)
|
||||
check_include_file_cxx(sys/param.h HAVE_SYS_PARAM_H)
|
||||
|
||||
message(STATUS "Checking BSD headers")
|
||||
|
|
Loading…
Reference in a new issue