Skip to content

Commit

Permalink
Require at least cmake version 3.0
Browse files Browse the repository at this point in the history
Fixes: gh-69
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Nov 23, 2015
1 parent af76465 commit 283053f
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0)

if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
message(FATAL_ERROR "You don't want to configure in the source directory!")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sets. Thus an application written with Vc can be compiled for:

## Build Requirements

cmake >= 2.8.3
cmake >= 3.0

C++11 Compiler:

Expand Down

0 comments on commit 283053f

Please sign in to comment.