From 583c7624b2bc53f9cccd2768212d10dec0e378c6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 3 Sep 2011 21:09:29 -0700 Subject: 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... --- host/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'host') 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}") -- cgit v1.2.3