diff --git a/CMakeLists.txt b/CMakeLists.txt index ac2eafab..901f9e79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ if(FFTW) add_definitions(-DPIP_FFTW_THREADSAFE) list(APPEND LIBS fftw3_threads fftw3f_threads) else() - message(WARNING "WARNING PIFFTW::preparePlan was not threadsafe") + message(STATUS "WARNING PIFFTW::preparePlan was not threadsafe") endif() endif() else()