[fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking.#6540
Conversation
|
No, it is still not working for me. The linker gives the same I cannot understand very well what is going on in Thank you very much for the extremely fast reply! |
seems more like @ras0219-msft just forgot to remove that line in the PR |
|
Ok, after further investigation I figured out the issue. When building shared libraries, FFTW doesn't export certain internal symbols that are required by its separate threading library. Fortunately, there is an option This should re-enable FFTW building as shared libraries AND fix the issues with the |
|
/azp run |
Improves handling of DLLs/static libraries by directly encoding the setting for FFTW_DLL in the headers.
May fix #6434 (comment) -- @alessandroarduino, could you confirm?