Skip to content

Commit

Permalink
Print datatype while configuring cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Oct 30, 2020
1 parent a63dfc7 commit 2d5de83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d5de83

Please sign in to comment.