diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | docs/doxygen/other/build_guide.dox.in | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f89aa059c..961d28ee09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`. #### gr-utils - `gr_modtool` now with autocompletion candidates for `rm` +### Changed +#### Project Scope +- Removed cppunit from all unit tests, replaced by Boost +- Removed the cppunit dependency + ## [3.7.12.0] - 2018-04-01 ### Software Engineering diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in index 57eb111901..a324f669bb 100644 --- a/docs/doxygen/other/build_guide.dox.in +++ b/docs/doxygen/other/build_guide.dox.in @@ -37,7 +37,6 @@ first. Most recent systems have these packages available. \li git http://git-scm.com/downloads \li cmake (>= @GR_CMAKE_MIN_VERSION@) http://www.cmake.org/cmake/resources/software.html \li boost (>= @GR_BOOST_MIN_VERSION@) http://www.boost.org/users/download/ -\li cppunit (>= @GR_CPPUNIT_MIN_VERSION@) http://freedesktop.org/wiki/Software/cppunit/ \li mako (>= @GR_MAKO_MIN_VERSION@) http://www.makotemplates.org/download.html \li log4cpp (>= 1.0) http://log4cpp.sourceforge.net/ |