From 37116e6c5be8e2660b9dd165e04ea1af4087f1f0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 17 Jan 2011 15:25:56 -0800 Subject: uhd: added set debian arch when building images, may remove warnings on dpkg install --- images/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'images') diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index ee8146f3a..34b7944f5 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -32,6 +32,7 @@ SET(CPACK_PACKAGE_CONTACT "support@ettus.com") SET(CPACK_PACKAGE_VERSION_MAJOR ${UHD_VERSION_MAJOR}) SET(CPACK_PACKAGE_VERSION_MINOR ${UHD_VERSION_MINOR}) SET(CPACK_PACKAGE_VERSION_PATCH ${UHD_VERSION_PATCH}) +SET(DEBIAN_PACKAGE_ARCHITECTURE "any") INCLUDE(CPack) #include after setting vars MESSAGE(STATUS "Version: ${CPACK_PACKAGE_VERSION}") -- cgit v1.2.3