diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-06-25 16:16:46 +0100 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-06-25 16:16:46 +0100 |
commit | 0699a984133aa13f66c24ab84fc561036e6eb0c5 (patch) | |
tree | 4181e00de6351d0372c380893aae843106be6b23 /cmake | |
parent | 5dd1d5c2b46ab4f9777f958f308048d1fbef96e1 (diff) | |
download | mariadb-git-0699a984133aa13f66c24ab84fc561036e6eb0c5.tar.gz |
Fix previous
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/build_configurations/mysql_release.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake index 6db3c863a84..a3b1515ef31 100644 --- a/cmake/build_configurations/mysql_release.cmake +++ b/cmake/build_configurations/mysql_release.cmake @@ -15,6 +15,8 @@ # This file includes build settings used for MySQL release +INCLUDE(CheckIncludeFiles) +INCLUDE(CheckLibraryExists) SET(FEATURE_SET "community" CACHE STRING " Selection of features. Options are |