From 725debb96408f0e1134fe1f365c4afaf07f1a949 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 28 Feb 2018 14:20:56 -0800 Subject: mpm: Rename n310 to n3xx This module (and class) are, in fact, used for all N3xx-derivates so renaming it is the more correct thing to do. --- mpm/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpm/CMakeLists.txt') diff --git a/mpm/CMakeLists.txt b/mpm/CMakeLists.txt index f805e4610..67130de4b 100644 --- a/mpm/CMakeLists.txt +++ b/mpm/CMakeLists.txt @@ -106,8 +106,8 @@ SET(PKG_MAN_DIR share/man/man1) # Setup library configuration ######################################################################## SET(CMAKE_CXX_STANDARD 11) -SET(MPM_DEVICE "n310" CACHE STRING "Choose an MPM device to build") -SET_PROPERTY(CACHE MPM_DEVICE PROPERTY STRINGS n310 tests) +SET(MPM_DEVICE "n3xx" CACHE STRING "Choose an MPM device to build") +SET_PROPERTY(CACHE MPM_DEVICE PROPERTY STRINGS n3xx tests) SET(UHD_HOST_ROOT ${CMAKE_SOURCE_DIR}/../host) -- cgit v1.2.3