Skip to content

Commit

Permalink
get rid of cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed May 27, 2020
1 parent 8cf5892 commit 04726f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/build_configurations/mysql_release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ static __thread int tlsvar = 0;
int main(void) { return tlsvar; }" HAVE_GNU_TLS)

## set TOKUDB_REVISION
set(CMAKE_TOKUDB_REVISION 0 CACHE INTEGER "Revision of tokudb.")
set(CMAKE_TOKUDB_REVISION 0 CACHE STRING "Revision of tokudb.")

0 comments on commit 04726f2

Please sign in to comment.