diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-03 21:09:29 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-03 21:09:29 -0700 |
commit | 583c7624b2bc53f9cccd2768212d10dec0e378c6 (patch) | |
tree | a3288a729e7d09617cc3f40f40630ae6ca8ffb0d | |
parent | 2eeca5ff30a5381c7849021c7fe62c6f5402acaa (diff) | |
download | uhd-583c7624b2bc53f9cccd2768212d10dec0e378c6.tar.gz uhd-583c7624b2bc53f9cccd2768212d10dec0e378c6.tar.bz2 uhd-583c7624b2bc53f9cccd2768212d10dec0e378c6.zip |
uhd: remove Boost_LIBRARIES from pc file libs.private
To properly do this, the Boost_LIBRARIES needs to be sanitized.
That will be saved for another commit...
-rw-r--r-- | host/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index e148ebdf0..11ea431f6 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -240,10 +240,6 @@ FOREACH(lib ${Boost_LIBRARY_DIRS}) LIST(APPEND UHD_PC_LIBS "-L${lib}") ENDFOREACH(lib) -FOREACH(lib ${Boost_LIBRARIES}) - LIST(APPEND UHD_PC_LIBS "-l${lib}") -ENDFOREACH(lib) - #use space-separation format for the pc file STRING(REPLACE ";" " " UHD_PC_REQUIRES "${UHD_PC_REQUIRES}") STRING(REPLACE ";" " " UHD_PC_CFLAGS "${UHD_PC_CFLAGS}") |