mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
CMake - fix check for AIO
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net>
This commit is contained in:
parent
6adf1cbb33
commit
571215ef20
@ -43,3 +43,8 @@ if (AIO_INCLUDE AND AIO_LIBS)
|
||||
message(STATUS "${AIO_DIR_MESSAGE}")
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
# handle the QUIETLY and REQUIRED arguments and set UUID_FOUND to TRUE if
|
||||
# all listed variables are TRUE
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(aio DEFAULT_MSG AIO_LIBS AIO_INCLUDE)
|
||||
|
Loading…
Reference in New Issue
Block a user