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

Clipper1 #1

Open
jklap opened this issue Jan 31, 2024 · 1 comment
Open

Clipper1 #1

jklap opened this issue Jan 31, 2024 · 1 comment

Comments

@jklap
Copy link

jklap commented Jan 31, 2024

By simply changing how you are building Clipper1 you can avoid changes to it's related pri file:

wget https://sourceforge.net/projects/polyclipping/files/clipper_ver6.4.2.zip/download
unzip clipper_ver6.4.2.zip -d Clipper1
cd Clipper1/cpp
cmake -S . -B build -D CMAKE_INSTALL_PREFIX=../6.4.2
cmake --build ./build --target install
@DanielBarie
Copy link
Owner

DanielBarie commented Jan 31, 2024

Yes. This is shadow building into the pre-configured directory. Would you open a pull request including a modified archive?
Edit: This may be applied to pretty much all dependencies.

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

No branches or pull requests

2 participants