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

Fix: Resolve Boost FetchContent extraction issue on Windows #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nobShinjo
Copy link

Description:

This PR updates FetchContent_Declare to use platform-specific archive formats for Boost.

  • On Windows, the zip archive is used to avoid extraction errors caused by empty pathnames in tar.gz files.
  • For non-Windows platforms, the tar.gz archive remains the default.
  • These changes ensure compatibility and smooth extraction across all platforms.

Related Issue: #60

- Updated FetchContent_Declare to use platform-specific archive formats.
- On Windows, switched to the zip archive to avoid extraction errors caused by empty pathnames in tar.gz files.
- For non-Windows platforms, the tar.gz archive remains the default.
- Ensures compatibility and smooth extraction across all platforms.
Related Issue: SarahWeiii#60
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.

1 participant