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
I'm not sure if using cmake directly would break downstream users.
Msys2 has switched to cmake, but someone reported a bug msys2/MINGW-packages#13608 (comment)
It's fine to build with cmake by default, but it's a good idea to leave a warning to remind the user that they can fallback to b2 and try building again.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Create new package
boost-cmake
or useon_source
+add_configs("cmake", {description = "Use cmake buildsystem", default = false, type = "boolean"})
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: