diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-18 18:08:17 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-18 18:08:17 -0700 |
commit | df020c6923aae830a20a2405c9de086b22e7c5f0 (patch) | |
tree | 300fd92b5020c4b3a2a46eac7640dc6fcbfc2a93 /host/lib/utils/CMakeLists.txt | |
parent | 0aff497dacc9cc4eba5d800cc46343da083cfdf1 (diff) | |
download | uhd-df020c6923aae830a20a2405c9de086b22e7c5f0.tar.gz uhd-df020c6923aae830a20a2405c9de086b22e7c5f0.tar.bz2 uhd-df020c6923aae830a20a2405c9de086b22e7c5f0.zip |
uhd: removed deprecated warning API, log+msg now in API
Diffstat (limited to 'host/lib/utils/CMakeLists.txt')
-rw-r--r-- | host/lib/utils/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/utils/CMakeLists.txt b/host/lib/utils/CMakeLists.txt index 0e0d51c78..c8268c7b0 100644 --- a/host/lib/utils/CMakeLists.txt +++ b/host/lib/utils/CMakeLists.txt @@ -137,5 +137,4 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/props.cpp ${CMAKE_CURRENT_SOURCE_DIR}/static.cpp ${CMAKE_CURRENT_SOURCE_DIR}/thread_priority.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/warning.cpp ) |