You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using mingw-w64-x86_64-fftw via cmake, I get this error message indicating that the file FFTW3LibraryDepends.cmake is missing
CMake Error at C:/msys64/mingw64/lib/cmake/fftw3/FFTW3Config.cmake:13 (include):
include could not find requested file:
C:/msys64/mingw64/lib/cmake/fftw3/FFTW3LibraryDepends.cmake
Call Stack (most recent call first):
CMakeLists.txt:139 (find_package)
This is confirmed by finding the include statements from the cmake files
Wondering if it possible to build the project with autoconf and cmake both. But at packaging time, install the binaries using make and install the *.cmake file manually with a for loop. But this may increase build time of the package significantly.
When using mingw-w64-x86_64-fftw via cmake, I get this error message indicating that the file FFTW3LibraryDepends.cmake is missing
This is confirmed by finding the include statements from the cmake files
The text was updated successfully, but these errors were encountered: