Skip to content

Commit

Permalink
cmake >= 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dsindex committed Jul 8, 2019
1 parent 35185c0 commit b0d8d00
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 @@ -372,7 +372,7 @@ in IN O O O
* inference using C++
* edit etagger/inference/cc/CMakeLists.txt
find_package(TensorFlow 1.11 EXACT REQUIRED)
* cmake >= 2.8
* cmake >= 3.11
$ cd etagger/inference/cc
$ mkdir build
$ cd build
Expand Down
2 changes: 1 addition & 1 deletion inference/cc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 2.8 )
cmake_minimum_required( VERSION 3.11 )

# set version and project
set(etagger_VERSION_MAJOR 1)
Expand Down

0 comments on commit b0d8d00

Please sign in to comment.