summaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-02-14 11:40:09 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2013-02-14 11:40:09 -0800
commit91cfa4f67f5df23e6de41330dcb0782cd6a2ff68 (patch)
tree9c18833d273865aee8b5b1abae5ef5cb074579d1 /host/cmake/Modules
parent9675fd204c1357b8f163639df74ca87fbe01416c (diff)
downloaduhd-91cfa4f67f5df23e6de41330dcb0782cd6a2ff68.tar.gz
uhd-91cfa4f67f5df23e6de41330dcb0782cd6a2ff68.tar.bz2
uhd-91cfa4f67f5df23e6de41330dcb0782cd6a2ff68.zip
cmake: changed DEB Boost dependency from libboost-dev to libboost-all-dev
Diffstat (limited to 'host/cmake/Modules')
-rw-r--r--host/cmake/Modules/UHDPackage.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake
index d2f5d78f2..a535241a7 100644
--- a/host/cmake/Modules/UHDPackage.cmake
+++ b/host/cmake/Modules/UHDPackage.cmake
@@ -145,7 +145,7 @@ SET(CPACK_COMPONENTS_ALL libraries headers utilities examples tests manual doxyg
########################################################################
# Setup CPack Debian
########################################################################
-SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libusb-1.0-0, libboost-dev")
+SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libusb-1.0-0, libboost-all-dev")
SET(CPACK_DEBIAN_PACKAGE_RECOMMENDS "python, python-tk")
FOREACH(filename preinst postinst prerm postrm)
LIST(APPEND CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA ${CMAKE_BINARY_DIR}/debian/${filename})