diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-01 13:41:04 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-01 16:25:12 -0700 |
commit | 9e2eef3cfc7ead637e578eed73e8f33f24d3ed8a (patch) | |
tree | 69563d65ba2bb380939f15f71891e3dfdfc2f0a3 /docs/doxygen/other/extra_pages.dox | |
parent | 5672d2a4082a40a12f96362d59b16b47b9d3ce09 (diff) |
build: removed last references to GRUEL.
Also update qa_runtime to pull in qa_pmt tests.
Diffstat (limited to 'docs/doxygen/other/extra_pages.dox')
-rw-r--r-- | docs/doxygen/other/extra_pages.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/extra_pages.dox b/docs/doxygen/other/extra_pages.dox index 94c741864d..8d9b69a87b 100644 --- a/docs/doxygen/other/extra_pages.dox +++ b/docs/doxygen/other/extra_pages.dox @@ -122,11 +122,11 @@ built or installed. The -DENABLE_DEFAULT=False can be used to disable all components. Individual components can then be selectively turned back -on. For example, just buidling the Volk and Gruel libraries can be +on. For example, just buidling the Volk library can be done with this: \code -cmake -DENABLE_DEFAULT=Off -DENABLE_VOLK=True -DENABLE_GRUEL=True <srcdir> +cmake -DENABLE_DEFAULT=Off -DENABLE_VOLK=True <srcdir> \endcode |