diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-05-23 18:35:42 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-05-27 15:56:40 +0200 |
commit | 04726f292088cf00c1ac9ed7543535e7a091810a (patch) | |
tree | 07cae7637ca7a0370d7502f6383fea71239dd9d4 /cmake | |
parent | 8cf589218f1b6ac5f8775068873357bd0dc8acbb (diff) | |
download | mariadb-git-04726f292088cf00c1ac9ed7543535e7a091810a.tar.gz |
get rid of cmake warning
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/build_configurations/mysql_release.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake index b19a9437495..1609c45a632 100644 --- a/cmake/build_configurations/mysql_release.cmake +++ b/cmake/build_configurations/mysql_release.cmake @@ -136,7 +136,7 @@ IF(UNIX) RedHat/Fedora/Oracle Linux: yum install libaio-devel SuSE: zypper install libaio-devel - If you really do not want it, pass -DIGNORE_AIO_CHECK to cmake. + If you really do not want it, pass -DIGNORE_AIO_CHECK=ON to cmake. ") ENDIF() |