Installation ERROR occured

GROMACS version:2023.1
GROMACS modification: No
Here post your question

Dear Gromacs Users:

Hi. I was trying to install gromacs on my PC, but installation error occured.
My environments are
Windows 10
Ryzen 3950x

Firstly I installed FFTW3 into my PC and then i followed installation guideline (https://manual.gromacs.org/current/install-guide/index.html)

However, the trouble rised lik bellow

– Looking for fftwf_plan_many_dft_c2r in C:/fftw3 - not found
CMake Error at cmake/FindFFTW.cmake:104 (message):
Could not find fftwf_plan_many_[r2c|c2r] in C:/fftw3, take a look at the
error message in
C:/Users/tuntu/gromacs-2023.1/build/CMakeFiles/CMakeError.log to find out
what went wrong. If you are using a static lib (.a) make sure you have
specified all dependencies of fftw3f in FFTWF_LIBRARY by hand (e.g.
-DFFTWF_LIBRARY=‘/path/to/libfftw3f.so;/path/to/libm.so’) !
Call Stack (most recent call first):
cmake/gmxManageFFTLibraries.cmake:64 (find_package)
CMakeLists.txt:843 (include)

Please show me how to solve it.

Thank you

P.S.

I designated the PATH to the fftw3 location.
AS
cmake … -DREGRESSIONTEST_DOWNLOAD=ON -DGMX_GPU=CUDA -DFFTWF_LIBRARY=“C:\fftw3”