-
-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Labels
Description
Is your feature request related to a problem? Please describe.
existing gmp package does not support windows. conan recipe made it work on windows. would be great if xmake also supports it.
Describe the solution you'd like
https://github.com/conan-io/conan-center-index/tree/master/recipes/gmp
Describe alternatives you've considered
using add_requires("conan::gmp/6.3.0", {alias = "gmp"}) but due to internal disables in packages like cgal, it is kinda hopeless.
Additional context
No response