Skip to content

Commit

Permalink
Set minimum CMake version to 3.1.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pwnall committed Jun 29, 2017
1 parent e9720a0 commit 5bc9c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5bc9c82

Please sign in to comment.