mirror of https://github.com/google/snappy.git
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:
parent
e9720a001d
commit
5bc9c82ae3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue