Commit 1d00c083 by Meghan Cowan Committed by Tianqi Chen

Remove GTest cmake flag from install docs (#3953)

parent bbc5fb0e
......@@ -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``.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment