Skip to content

Commit

Permalink
Remove GTest cmake flag from install docs (apache#3953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meghan Cowan authored and tqchen committed Sep 20, 2019
1 parent 77c98d2 commit e42bc4a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,5 @@ tests in TVM. The easiest way to install GTest is from source.
make
make install
Now, you'll need to modify ``build/config.cmake`` and change ``set(USE_GTEST
OFF)`` to ``set(USE_GTEST ON)``.
TVM can then be built `as usual`__.

__ build-shared-library_

After building, the C++ tests can be run with ``make cpptest``.
After installing GTest, the C++ tests can be built with ``make cpptest``.

0 comments on commit e42bc4a

Please sign in to comment.