aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-05-04 12:18:11 -0700
committerJosh Blum <josh@joshknows.com>2011-05-04 14:34:42 -0700
commit8426a72bd66850ed1311ee8957dc5b7e4d98e301 (patch)
tree4526c2cdd4eec056fe0917f1b1853d7d074e022c /host/lib/CMakeLists.txt
parent0ac4fe4e10093b1c7bd59af5c795b5a56d49e452 (diff)
downloaduhd-8426a72bd66850ed1311ee8957dc5b7e4d98e301.tar.gz
uhd-8426a72bd66850ed1311ee8957dc5b7e4d98e301.tar.bz2
uhd-8426a72bd66850ed1311ee8957dc5b7e4d98e301.zip
uhd: moved the logger into the utils subdir
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r--host/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index 03b79c036..fca4730d8 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -93,7 +93,6 @@ SET_SOURCE_FILES_PROPERTIES(
LIBUHD_APPEND_SOURCES(
${CMAKE_CURRENT_SOURCE_DIR}/device.cpp
${CMAKE_CURRENT_SOURCE_DIR}/exception.cpp
- ${CMAKE_CURRENT_SOURCE_DIR}/log.cpp
${CMAKE_CURRENT_SOURCE_DIR}/version.cpp
${CMAKE_CURRENT_SOURCE_DIR}/wax.cpp
)