diff options
author | Alexander Barkov <bar@centos63> | 2013-10-01 12:26:34 +0400 |
---|---|---|
committer | Alexander Barkov <bar@centos63> | 2013-10-01 12:26:34 +0400 |
commit | ccb1344fe962d84eb627cc3c0ca33220764bd0f3 (patch) | |
tree | c02ef0447bb0d5714a1e7cd2475d1fd6aa1cf9f3 /pcre | |
parent | 458b4da7f31022ffab1b05a42ab0364534751b30 (diff) | |
download | mariadb-git-ccb1344fe962d84eb627cc3c0ca33220764bd0f3.tar.gz |
pcre: removing CMake-2.8 requirement.
It seems to compile/work fine with CMake-2.6.
Diffstat (limited to 'pcre')
-rw-r--r-- | pcre/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pcre/CMakeLists.txt b/pcre/CMakeLists.txt index 73802bbf1a4..4ad0336e0db 100644 --- a/pcre/CMakeLists.txt +++ b/pcre/CMakeLists.txt @@ -64,10 +64,6 @@ PROJECT(PCRE C CXX) -# Increased minimum to 2.8.0 to support newer add_test features - -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0) - SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) # for FindReadline.cmake # Enable Unicode properties |