diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-06-08 12:15:42 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-06-08 12:15:42 -0400 |
commit | d71d02d7eb01b56b842d6a71a2b7d087c5513e7b (patch) | |
tree | 27dd93e12a85fac6dc7bd2bfb3d22b94d073918c /CMakeLists.txt | |
parent | a14010ec147e3c86f93245d34be58548493aaed1 (diff) |
Fixing up the gr-log capabilities.
Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 73473c5f3a..ccfb0e4386 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,6 +210,9 @@ endif(ENABLE_VOLK) GR_VMCIRCBUF() +# Handle gr_log enable/disable +GR_LOGGING() + ######################################################################## # Distribute the README file ######################################################################## |