diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-13 17:43:16 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-13 17:43:16 -0400 |
commit | 8b946999a7e332249236d7317a76fdd8d3387dc7 (patch) | |
tree | efa53402a38401c9b9c5c2ce5506fb4d585589f8 /CMakeLists.txt | |
parent | b8aa54c9ca45ac94faff975196047a6fc23f6245 (diff) |
log: fixes to replace log4cxx with log4cpp.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index edfd269a2e..2c0a4e9096 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -231,10 +231,7 @@ endif(ENABLE_VOLK) # Handle gr_log enable/disable GR_LOGGING() -set(LOG4CPP_LIBRARIES ${LOG4CPP_LIBRARY}) -message("First Libs: ${LOG4CPP_LIBRARIES}") -message("First Lib: ${LOG4CPP_LIBRARY}") ######################################################################## # Distribute the README file ######################################################################## |