Print datatype while configuring cmake

This commit is contained in:
Anonymous Maarten 2020-10-30 16:33:32 +01:00
parent a63dfc7f11
commit 2d5de8378c

View File

@ -62,6 +62,7 @@ if(KISSFFT_OPENMP)
message(FATAL_ERROR "Don't know how to enable openmp for this compiler")
endif()
endif()
message(STATUS "Building KissFFT with datatype=${KISSFFT_DATATYPE}")
set(KISSFFT_EXPORT_SUFFIX "")
if(BUILD_SHARED_LIBS)