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

Ensure all build files go into correct output dir when use flags are enabled #4361

Merged
merged 1 commit into from
Jul 9, 2023

Commits on Jul 8, 2023

  1. Ensure all build files go into correct output dir when use flags ar…

    …e enabled
    
    Prior to this commit, build with `use` flags enabled would have some build
    files saved to the wrong directory (i.e. `build/debug` instead of
    `build/debug-runtimestats`).
    
    This commit updates the various `CMakeLists.txt` files to ensure all
    copy commands use the directories with `PONY_OUTPUT_SUFFIX` appended
    so that all build files are appropriately in the relevant output
    directory for the `use` flag enabled build.
    dipinhora committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f4ac228 View commit details
    Browse the repository at this point in the history