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

Conversation

dipinhora
Copy link
Contributor

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.

@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Jul 6, 2023
@jemc jemc requested a review from chalcolith July 7, 2023 18:39
@jemc
Copy link
Member

jemc commented Jul 7, 2023

I don't feel qualified to comment on CMake improvements, so I'm requesting review from @chalcolith.

@SeanTAllen
Copy link
Member

@dipinhora can you rebase this against main?

…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
Copy link
Contributor Author

@dipinhora can you rebase this against main?

done

@SeanTAllen SeanTAllen merged commit 04d6d63 into ponylang:main Jul 9, 2023
17 checks passed
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Jul 9, 2023
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.

5 participants