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: Parallel configure failure. #217

Merged
merged 2 commits into from
May 3, 2023
Merged

Commits on May 2, 2023

  1. fix: Parallel configure failure.

    When trying to configure multiple build directories in parallel project_options will try to create a symlink for compile_commands.json; multiple symlinks will be created at the same time with different targets, obviously this fails; Add a way to disable the symlink creation.
    This also fixes CMake failing to configure projects with a read-only sources directory.
    Project579 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d191c9e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    c2fa2a5 View commit details
    Browse the repository at this point in the history