From 494c7338d7d3cf057a25b02ac37cfa39397dacba Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Wed, 2 Jan 2019 17:12:17 -0800 Subject: devtest: Fix CMake `endif` warning When adding E320 devtests, the `endif` clause had the wrong argument, which resulted in a CMake warning. --- host/tests/devtest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/tests/devtest/CMakeLists.txt') diff --git a/host/tests/devtest/CMakeLists.txt b/host/tests/devtest/CMakeLists.txt index 6a76a440c..1d105e958 100644 --- a/host/tests/devtest/CMakeLists.txt +++ b/host/tests/devtest/CMakeLists.txt @@ -48,6 +48,6 @@ if(ENABLE_N300) endif(ENABLE_N300) if(ENABLE_E320) ADD_DEVTEST("e320" "e3xx" "E32x") -endif(ENABLE_MPMD) +endif(ENABLE_E320) # Formatting message(STATUS "") -- cgit v1.2.3