mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-14 11:04:18 -04:00
Print datatype while configuring cmake
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user