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

Use multi-config and single-config generators #21

Closed
SchaichAlonso opened this issue Oct 20, 2023 · 0 comments · Fixed by #20
Closed

Use multi-config and single-config generators #21

SchaichAlonso opened this issue Oct 20, 2023 · 0 comments · Fixed by #20

Comments

@SchaichAlonso
Copy link
Contributor

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

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

Successfully merging a pull request may close this issue.

1 participant