Commit ccb1344f authored by Alexander Barkov's avatar Alexander Barkov

pcre: removing CMake-2.8 requirement.

It seems to compile/work fine with CMake-2.6.
parent 458b4da7
...@@ -64,10 +64,6 @@ ...@@ -64,10 +64,6 @@
PROJECT(PCRE C CXX) 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 SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) # for FindReadline.cmake
# Enable Unicode properties # Enable Unicode properties
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment