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 | b25eb38e899bd0b6bd3546264b34eb8fa13c62a6 (patch) | |
tree | 4181e00de6351d0372c380893aae843106be6b23 /cmake | |
parent | 5830623b30724c5741bc97f8b30d0557696d7f32 (diff) | |
download | mariadb-git-b25eb38e899bd0b6bd3546264b34eb8fa13c62a6.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 |