From: Meghan Cowan Date: Thu, 19 Sep 2019 17:36:30 +0000 (-0700) Subject: Remove GTest cmake flag from install docs (#3953) X-Git-Tag: upstream/0.7.0~1893 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d00c083cbd77b8523d4952d624f1fab5de13056;p=platform%2Fupstream%2Ftvm.git Remove GTest cmake flag from install docs (#3953) --- diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index e240aea..f56174a 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -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``.