Commit d4723914 authored by Daniel Black's avatar Daniel Black

tpool: correct LIBAIO_REQIRED typo

Noticed thanks to Razvan Liviu Varzaru
parent d1ecf5cc
......@@ -7,7 +7,7 @@ ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
IF(WITH_URING)
SET(URING_REQUIRED REQUIRED)
ELSEIF(WITH_LIBAIO)
SET(LIBAIO_REQIRED REQUIRED)
SET(LIBAIO_REQUIRED REQUIRED)
ENDIF()
FIND_PACKAGE(URING QUIET ${URING_REQUIRED})
IF(URING_FOUND)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment