mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20: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")
|
message(FATAL_ERROR "Don't know how to enable openmp for this compiler")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
message(STATUS "Building KissFFT with datatype=${KISSFFT_DATATYPE}")
|
||||||
|
|
||||||
set(KISSFFT_EXPORT_SUFFIX "")
|
set(KISSFFT_EXPORT_SUFFIX "")
|
||||||
if(BUILD_SHARED_LIBS)
|
if(BUILD_SHARED_LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user