diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-13 15:36:26 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-13 15:36:26 -0400 |
commit | f2e1c50081e66b7962c707de90378ac9209070bc (patch) | |
tree | 2f18af4cbfeba7e1bde9198f987f58817f0e816b /gr-noaa | |
parent | 890f2882d2210b1d4e64f0bbffc42ccc716cfd97 (diff) |
log: replacing log4cxx with log4cpp.
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/lib/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-noaa/lib/CMakeLists.txt b/gr-noaa/lib/CMakeLists.txt index bded04b779..4830fe4f95 100644 --- a/gr-noaa/lib/CMakeLists.txt +++ b/gr-noaa/lib/CMakeLists.txt @@ -29,8 +29,8 @@ include_directories( link_directories(${Boost_LIBRARY_DIRS}) -include_directories(${LOG4CXX_INCLUDE_DIRS}) -link_directories(${LOG4CXX_LIBRARY_DIRS}) +include_directories(${LOG4CPP_INCLUDE_DIRS}) +link_directories(${LOG4CPP_LIBRARY_DIRS}) ######################################################################## # Setup library @@ -58,7 +58,7 @@ endif(MSVC) list(APPEND noaa_libs gnuradio-core ${Boost_LIBRARIES} - ${LOG4CXX_LIBRARIES} + ${LOG4CPP_LIBRARIES} ) add_library(gnuradio-noaa SHARED ${gr_noaa_sources}) |