Skip to content

CMake: Fix binaryDir of presets - #10665

Merged
bneradt merged 1 commit into
apache:masterfrom
masaori335:cmake-binary-dir
Nov 9, 2023
Merged

CMake: Fix binaryDir of presets#10665
bneradt merged 1 commit into
apache:masterfrom
masaori335:cmake-binary-dir

Conversation

@masaori335

@masaori335 masaori335 commented Oct 24, 2023

Copy link
Copy Markdown
Contributor

Consistency with other presets and .gitignore.

"binaryDir": "${sourceDir}/cmake-build-${presetName}",

"binaryDir": "${sourceDir}/cmake-ci",

cmake-build-*


Update: now the prefix is build- as @JosiahWI suggested.

@masaori335 masaori335 added the CMake work related to CMakes scripts or issues label Oct 24, 2023
@masaori335 masaori335 added this to the 10.0.0 milestone Oct 24, 2023
@masaori335 masaori335 self-assigned this Oct 24, 2023
@JosiahWI

Copy link
Copy Markdown
Contributor

Is it still helpful to have the cmake- in front now that we're ditching autotools?

@masaori335

Copy link
Copy Markdown
Contributor Author

I'm fine with build-, my goal is consistency and ignored by git automatically.

@JosiahWI JosiahWI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks consistent now. Thanks for the improvement!

Comment thread .gitignore
@bryancall
bryancall self-requested a review October 30, 2023 22:34
@bneradt

bneradt commented Nov 7, 2023

Copy link
Copy Markdown
Contributor

[approve ci clang-format]

@bneradt
bneradt merged commit 0995360 into apache:master Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CMake work related to CMakes scripts or issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants