Set minimum CMake version to 3.1.

The project only needs CMake 3.1 features, and some Travis CI bots have
CMake 3.2.2. Therefore, requiring CMake 3.4 is inconvenient.
This commit is contained in:
costan
2017-06-27 12:23:33 -07:00
committed by Victor Costan
parent e9720a001d
commit 5bc9c82ae3

View File

@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.4)
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
PROJECT(Snappy VERSION 1.1.4 LANGUAGES C CXX)
SET(CMAKE_INCLUDE_CURRENT_DIR ON)