From 7749b0f0651733aa5962d5b577f483d37d125e24 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 8 Nov 2011 09:32:40 -0800 Subject: uhd: useful tweaks from user --- firmware/zpu/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware') diff --git a/firmware/zpu/CMakeLists.txt b/firmware/zpu/CMakeLists.txt index d7cedbfb9..80fd074bd 100644 --- a/firmware/zpu/CMakeLists.txt +++ b/firmware/zpu/CMakeLists.txt @@ -21,6 +21,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) #force the compiler because the check wont use the special flag below INCLUDE(CMakeForceCompiler) +SET(CMAKE_SYSTEM_NAME Generic) CMAKE_FORCE_C_COMPILER(zpu-elf-gcc GNU) PROJECT(USRP_NXXX_FW C) -- cgit v1.2.3