From dee42602b7fb2fa22e4cddbb9abcf5de114b456a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 21:00:09 -0400 Subject: [PATCH] development/cppunit: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/cppunit/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/development/cppunit/README b/development/cppunit/README index 1b55f72a26..861144ba26 100644 --- a/development/cppunit/README +++ b/development/cppunit/README @@ -1,10 +1,10 @@ CppUnit is a C++ unit testing framework. -Starting with version 1.14.0, cppunit may require that your tests be compiled -with a C++11-conforming compiler (e.g. by adding the -std=c++11 flag to g++). -Since this is not yet the default for g++, if you intend on using cppunit with -projects that do not yet mandate C++11, then you may want to stick with an -older version. +Starting with version 1.14.0, cppunit may require that your tests +be compiled with a C++11-conforming compiler (e.g. by adding the +-std=c++11 flag to g++). Since this is not yet the default for g++, +if you intend on using cppunit with projects that do not yet mandate +C++11, then you may want to stick with an older version. graphviz is an optional dependency. It will be used when creating the Doxygen documentation if found.