Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MSVC with the new CMAKE build #3055

Open
Cewein opened this issue Dec 27, 2024 · 1 comment
Open

Support MSVC with the new CMAKE build #3055

Cewein opened this issue Dec 27, 2024 · 1 comment

Comments

@Cewein
Copy link

Cewein commented Dec 27, 2024

The CMake build system works well on Windows when using MSYS2. However, it currently does not work out of the box with MSVC.

Would it be worthwhile to extend support to Windows environments without requiring MSYS2? The new CMake build system seems like a great opportunity to explore this. I understand that moving to MSVC support would be a significant challenge, and this has been previously discussed (e.g., in #2894).

let me know what you think!

@Cewein
Copy link
Author

Cewein commented Jan 13, 2025

I am working on this, there is an issue regarding PkgConfig for FFTW as it is not present natively on windows. The work around would be to download the DLL present on the FFTW website inside the FindFFTW.cmake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants