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

Make USINGZ optional #463

Merged
merged 2 commits into from
Mar 24, 2023
Merged

Conversation

geoffder
Copy link
Contributor

@geoffder geoffder commented Mar 24, 2023

Fixes #461.

This adds a CLIPPER2_USINGZ variable that determines whether the Clipper2Z library along with its associated examples/tests should be built alongside Clipper2, or on its own.

  • -DCLIPPER2_USINGZ=ON: both Clipper2 and Clipper2Z
  • -DCLIPPER2_USINGZ=OFF: only Clipper2
  • -DCLIPPER2_USINGZ=ONLY: only Clipper2Z

@AngusJohnson AngusJohnson merged commit fb8fdd1 into AngusJohnson:main Mar 24, 2023
@geoffder geoffder deleted the optional-usingz branch March 24, 2023 23:44
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 this pull request may close these issues.

Avoiding build of Clipper2Z when only the 2d version is required
2 participants