diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d48e1b..327d71e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ elseif( TARGET_ARCH STREQUAL "armhf" ) message("Building for armhf") set(CMAKE_C_COMPILER /usr/bin/arm-linux-gnueabihf-gcc-8) set(CMAKE_CXX_COMPILER /usr/bin/arm-linux-gnueabihf-g++-8) + set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "armhf") else() message("Unknown target architecture. Exiting") return()