diff options
author | unknown <iggy@alf.(none)> | 2007-11-02 15:16:45 -0400 |
---|---|---|
committer | unknown <iggy@alf.(none)> | 2007-11-02 15:16:45 -0400 |
commit | ffb12753d84ac2f114c5c5f18d11ff9f4ac4d6db (patch) | |
tree | a951601da128ccd725e363a58bc4e91e176192ef /CMakeLists.txt | |
parent | 2ebf8386a3b602d668bca097aa2bff46fcb053dd (diff) | |
download | mariadb-git-ffb12753d84ac2f114c5c5f18d11ff9f4ac4d6db.tar.gz |
Bug#31319 CMake build does not check for minimum required version
- Add check
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b7b546ab72c..27b2bf9b70e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +CMAKE_MINIMUM_REQUIRED(VERSION 2.4.7 FATAL_ERROR) + PROJECT(MySql) # This reads user configuration, generated by configure.js. |