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

Don't use build dir #1

Open
r-barnes opened this issue May 18, 2022 · 0 comments
Open

Don't use build dir #1

r-barnes opened this issue May 18, 2022 · 0 comments

Comments

@r-barnes
Copy link
Contributor

The standard cmake sequence is:

mkdir build
cd build
cmake ..
make

That is, the directory build is often used as the place to put an out-of-source build. It would be better if you weren't using it to store files.

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

No branches or pull requests

1 participant