1
0
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:
Kartik Soneji
2021-08-31 14:04:09 +02:00
committed by Sergei Golubchik
parent 9e32f229d4
commit c356714d77
11 changed files with 65 additions and 46 deletions

View File

@@ -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)