mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Change Find*.cmake modules to match conventions
This commit is contained in:
committed by
Sergei Golubchik
parent
9e32f229d4
commit
c356714d77
@@ -1,7 +1,7 @@
|
||||
find_path(LIBAIO_INCLUDE_DIR NAMES libaio.h)
|
||||
find_path(LIBAIO_INCLUDE_DIRS NAMES libaio.h)
|
||||
find_library(LIBAIO_LIBRARIES NAMES aio)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
|
||||
LIBAIO DEFAULT_MSG
|
||||
LIBAIO_LIBRARIES LIBAIO_INCLUDE_DIR)
|
||||
LIBAIO_LIBRARIES LIBAIO_INCLUDE_DIRS)
|
||||
|
Reference in New Issue
Block a user