Skip to content

Remove hard coding of build directory using binaryDir#107

Open
davidhunter22 wants to merge 1 commit intomicrosoft:mainfrom
davidhunter22:binaryDir
Open

Remove hard coding of build directory using binaryDir#107
davidhunter22 wants to merge 1 commit intomicrosoft:mainfrom
davidhunter22:binaryDir

Conversation

@davidhunter22
Copy link
Contributor

Fixes #106

{
"name": "ci-build",
"binaryDir": "${sourceDir}/build",
"hidden": true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you remove the binaryDir field, then you must update the workflow files to specify the output directory when invoking CMake to configure the build.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should probably reject this PR. I know nothing about workflow files. I can make a attempt to change them but I can't see how to test those changes other than submitting the changes and seeing if they break on your CI and I hate pushing PRs that then break.
I can add "-B ." to all my commands to work around this

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.

binary build dir in CMakePresets.json

2 participants