]> git.pld-linux.org Git - packages/uhd.git/blame - uhd-libdir.patch
- updated to 3.10.1.1
[packages/uhd.git] / uhd-libdir.patch
CommitLineData
245f21b5
JB
1--- UHD_3.10.1.1_release/CMakeLists.txt.orig 2017-01-27 22:22:55.000000000 +0100
2+++ UHD_3.10.1.1_release/CMakeLists.txt 2020-07-09 21:06:53.997822406 +0200
3@@ -395,14 +395,6 @@
4 ########################################################################
5 # Create Pkg Config File
6 ########################################################################
7-FOREACH(inc ${Boost_INCLUDE_DIRS})
8- LIST(APPEND UHD_PC_CFLAGS "-I${inc}")
9-ENDFOREACH(inc)
10-
11-FOREACH(lib ${Boost_LIBRARY_DIRS})
12- LIST(APPEND UHD_PC_LIBS "-L${lib}")
13-ENDFOREACH(lib)
14-
15 #use space-separation format for the pc file
16 STRING(REPLACE ";" " " UHD_PC_REQUIRES "${UHD_PC_REQUIRES}")
17 STRING(REPLACE ";" " " UHD_PC_CFLAGS "${UHD_PC_CFLAGS}")
This page took 0.0873 seconds and 4 git commands to generate.