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
Currently cmake defaults to use Unix Makefiles on linux and MSVC project files on windows. GNUMake is single-target controlled while MSVC is always multitarget.
Add CI workflows that test whether single-target generators work on windows, and multi-target ones on linux.
Currently cmake defaults to use Unix Makefiles on linux and MSVC project files on windows. GNUMake is single-target controlled while MSVC is always multitarget.
Add CI workflows that test whether single-target generators work on windows, and multi-target ones on linux.
See also silverqx/TinyORM#29
The text was updated successfully, but these errors were encountered: