From ccdaca80c910047e16f710d44f640a6d6f86a195 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 17 Nov 2018 04:14:57 -0800 Subject: Use standard complex types instead of custom --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 51fe1e87..768856df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -755,7 +755,7 @@ ENDIF() SET(COMMON_OBJS - common/alcomplex.c + common/alcomplex.cpp common/alcomplex.h common/align.h common/almalloc.c -- cgit v1.2.3