FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.72k stars 661 forks source link

Failed to compile source codes with MSVC 2019 compiler. (error LNK2019) #288

Open hwhsu1231 opened 2 years ago

hwhsu1231 commented 2 years ago

Descriptions

I tried to compile FFTW using CMake with MSVC 2019 compiler. However, it showed some LNK2019 errors.

Steps to Reproduce

git clone https://github.com/FFTW/fftw3.git
cd fftw3
vcvarsall x64
mkdir build
cd build
cmake ..
cmake --build . --config Debug

Platforms and Versions

Logs