Skip to content

Commit

Permalink
add cmake version for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed May 11, 2017
1 parent 4bffc31 commit a29a8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Prerequisites
-------------

- **[required]** GCC or Clang or VC support ISO C++ 03 and upper
- **[required]** [cmake](www.cmake.org) 3.1.0 and upper
- **[required]** [cmake](www.cmake.org) 3.3.0 and upper
- **[optional]** [gtest](https://code.google.com/p/googletest/) 1.6.0 and upper (better test supported)
- **[optional]** [Boost.Test](http://www.boost.org/doc/libs/release/libs/test/) (Boost.Test supported)

Expand Down
2 changes: 1 addition & 1 deletion docs/md/010_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Prerequisites
-------------

- **[required]** GCC or Clang or VC support ISO C++ 03 and upper
- **[required]** [cmake](www.cmake.org) 3.1.0 and upper
- **[required]** [cmake](www.cmake.org) 3.3.0 and upper
- **[optional]** [gtest](https://code.google.com/p/googletest/) 1.6.0 and upper (better test supported)
- **[optional]** [Boost.Test](http://www.boost.org/doc/libs/release/libs/test/) (Boost.Test supported)

Expand Down

0 comments on commit a29a8a1

Please sign in to comment.