gnucash unstable: Remove reference to GTEST_DISABLE, it no longer exists

Geert Janssens gjanssens at code.gnucash.org
Sat Apr 14 02:17:43 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/e2535abb (commit)
	from  https://github.com/Gnucash/gnucash/commit/4a97269e (commit)



commit e2535abb954334bda7292699110acf4111abc988
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Apr 14 08:17:34 2018 +0200

    Remove reference to GTEST_DISABLE, it no longer exists
    
    The google test framework is a required dependency.

diff --git a/cmake/README_CMAKE.txt b/cmake/README_CMAKE.txt
index 4d936ed..8d2ce15 100644
--- a/cmake/README_CMAKE.txt
+++ b/cmake/README_CMAKE.txt
@@ -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:
 



Summary of changes:
 cmake/README_CMAKE.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list