Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2019 02:03:40 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352466 - head/tools/build/options
Message-ID:  <201909180203.x8I23eew016636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Wed Sep 18 02:03:39 2019
New Revision: 352466
URL: https://svnweb.freebsd.org/changeset/base/352466

Log:
  Add description for WITH_GOOGLETEST
  
  This is the logical negation of WITHOUT_GOOGLETEST, and helpful to have as
  we now have different per-arch defaults for this option.

Added:
  head/tools/build/options/WITH_GOOGLETEST   (contents, props changed)

Added: head/tools/build/options/WITH_GOOGLETEST
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/build/options/WITH_GOOGLETEST	Wed Sep 18 02:03:39 2019	(r352466)
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Set to build and install
+.Lb libgmock ,
+.Lb libgtest ,
+and dependent tests.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909180203.x8I23eew016636>