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

Failed to install CGAL #5678

Open
yanshencunyu opened this issue Nov 6, 2024 · 2 comments
Open

Failed to install CGAL #5678

yanshencunyu opened this issue Nov 6, 2024 · 2 comments
Labels

Comments

@yanshencunyu
Copy link

yanshencunyu commented Nov 6, 2024

Xmake Version

2.9.6

Operating System Version and Architecture

Windows 10 22H2

Describe Bug

When executing "xrepo install cgal" an error is reported.

Expected Behavior

Successfully installed cgal.

Project Configuration

Null

Additional Information and Error Logs

image

@star-hengxing
Copy link
Contributor

quick workaround:

add_requireconfs("cgal.boost", {configs = {cmake = false}})
-- or
add_requireconfs("cgal.boost", {override = true, version = "1.85"})

I need some time to improve boost package.

@yanshencunyu
Copy link
Author

quick workaround:

add_requireconfs("cgal.boost", {configs = {cmake = false}})
-- or
add_requireconfs("cgal.boost", {override = true, version = "1.85"})

I need some time to improve boost package.

It works, and looking forward to updates, thanks.

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

No branches or pull requests

2 participants