Removed verbose message

This commit is contained in:
Daniele Cesarini 2022-02-16 12:54:05 +01:00
parent ed144104cf
commit 9b0bc813aa
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ if(QE_FFTW_VENDOR STREQUAL "AUTO")
target_link_libraries(qe_ext_fft INTERFACE VendorFFTW)
else()
# Try to find the official FFTW3
message(STATUS "No vendor FFTW found")
if(QE_ENABLE_OPENMP)
find_package(FFTW3 COMPONENTS DOUBLE_OPENMP DOUBLE)
else()