Skip to content

Commit

Permalink
[skip ci] Use at least CMake version 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Feb 16, 2019
1 parent bfcbb1c commit bc391fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

cmake_minimum_required( VERSION 3.0 FATAL_ERROR )
cmake_minimum_required( VERSION 3.5 FATAL_ERROR )

project(
lest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ Tests and examples can be build with Buck, via Makefiles or by using CMake.

To build the tests and examples as described below you need:

- [Buck](https://buckbuild.com/) or [CMake](http://cmake.org) version 2.8 or later to be installed and in your PATH.
- [Buck](https://buckbuild.com/) or [CMake](http://cmake.org) version 3.5 or later to be installed and in your PATH.
- A [suitable compiler](#reported-to-work-with).

The following steps assume that the [*lest* source code](https://github.com/martinmoene/lest) has been cloned into a directory named `lest`.
Expand Down

0 comments on commit bc391fb

Please sign in to comment.