aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/control
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2024-01-26 16:52:07 +0100
committerAki Tomita <121511582+atomita-ni@users.noreply.github.com>2024-02-14 21:53:16 -0600
commit2233b8d05e9f76f857b7a2560bc1caaac7c4bdc6 (patch)
tree16c011473253f53c681f0da5c103e389fcfedc1a /host/cmake/debian/control
parentci: don't hardcode vivado directory (diff)
downloaduhd-2233b8d05e9f76f857b7a2560bc1caaac7c4bdc6.tar.xz
uhd-2233b8d05e9f76f857b7a2560bc1caaac7c4bdc6.zip
cmake: Update UHDPython.cmake
- Use find_package(pybind11) to find a system-wide Pybind11. This will take preference over the vendored version of Pybind11, unless requested otherwise. - Fix a typo.
Diffstat (limited to 'host/cmake/debian/control')
-rw-r--r--host/cmake/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/cmake/debian/control b/host/cmake/debian/control
index 30ce701b0..2bed05304 100644
--- a/host/cmake/debian/control
+++ b/host/cmake/debian/control
@@ -22,7 +22,8 @@ Build-Depends: cmake,
python3-numpy,
python3-requests,
python3-ruamel.yaml,
- python3-setuptools
+ python3-setuptools,
+ pybind11-dev
Build-Depends-Indep: doxygen,
doxygen-latex,
graphviz [!powerpcspe]