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
Hi,
I installed fftw3[openmp] successfully on Linux by VCPKG, and cmake created libfftw3_omp.a libfftw3f_omp.a. I found cmake create the cmake files as below:
There no openmp cmake files, I add these codes to CMakeLists.txt and rebuild fftw3[openmp].
CMake Error: INSTALL(EXPORT) given unknown export "fftw3f_ompTargets"
CMake Warning:
Manually-specified variables were not used by the project:
VCPKG_PLATFORM_TOOLSET
VCPKG_SET_CHARSET_FLAG
Could fftw3 generate target and config files for openmp? Thanks for any suggestion or help.
The text was updated successfully, but these errors were encountered:
Hi,
I installed fftw3[openmp] successfully on Linux by VCPKG, and cmake created
libfftw3_omp.a libfftw3f_omp.a
. I found cmake create the cmake files as below:There no openmp cmake files, I add these codes to CMakeLists.txt and rebuild fftw3[openmp].
fftw3[openmp] build failed with this error:
Could fftw3 generate target and config files for openmp? Thanks for any suggestion or help.
The text was updated successfully, but these errors were encountered: