Skip to content

Commit

Permalink
Update minimum required CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
yegord committed Nov 7, 2017
1 parent 6a60a65 commit 019a8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/build.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build it. The following compilers are known to work:
The following software packages must be installed before Snowman can be
built:

* http://cmake.org/[CMake] >= 2.8
* http://cmake.org/[CMake] >= 3.9
* http://www.boost.org/[Boost] >= 1.49 (headers only)
* http://qt-project.org/[Qt] >= 4.7

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.9)
project(Decompiler C CXX)

enable_testing()
Expand Down

0 comments on commit 019a8f9

Please sign in to comment.