mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-25 12:10:27 -04:00
Print datatype while configuring cmake
This commit is contained in:
parent
a63dfc7f11
commit
2d5de8378c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user