Remove reference to GTEST_DISABLE, it no longer exists

The google test framework is a required dependency.
This commit is contained in:
Geert Janssens 2018-04-14 08:17:34 +02:00
parent 4a97269e4b
commit e2535abb95

View File

@ -3,8 +3,9 @@ Using CMake to build GnuCash
== Intro
As part of his CuteCash work, Christian Stimming added support for
using http://www.cmake.org[CMake] to build the part of GnuCash that
As part of his CuteCash experiment (now removed from the repository),
Christian Stimming added support for using
http://www.cmake.org[CMake] to build the part of GnuCash that
went into CuteCash. This work extends the use of CMake to cover all of
GnuCash proper such that GnuCash itself can be fully compiled with
CMake.
@ -123,8 +124,7 @@ Then decide what cmake command line options you will need:
* Google Test will work without setting options in most Linux distros, but if
it doesn't you may need to set GMOCK_ROOT or GTEST_ROOT to the root of the
respective sources. Set GTEST_DISABLE to prevent Google Test based tests from
running.
respective sources.
Some examples: