mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
tpool: correct LIBAIO_REQIRED typo
Noticed thanks to Razvan Liviu Varzaru
This commit is contained in:
parent
d1ecf5cc5f
commit
d472391471
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue