From bf965eb609df151c7b894d7d9cdeb57028d0918b Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Thu, 9 Sep 2021 17:12:54 -0400 Subject: [PATCH] Correct interpol(...) arg in ComplexMathFunctions CMakeLists.txt --- Source/ComplexMathFunctions/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ComplexMathFunctions/CMakeLists.txt b/Source/ComplexMathFunctions/CMakeLists.txt index 3cf4678f..6bacfd25 100644 --- a/Source/ComplexMathFunctions/CMakeLists.txt +++ b/Source/ComplexMathFunctions/CMakeLists.txt @@ -12,7 +12,7 @@ configDsp(CMSISDSPComplexMath ${ROOT}) include(interpol) -interpol(CMSISDSPFastMath) +interpol(CMSISDSPComplexMath) if (CONFIGTABLE AND ALLFAST)