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

Sometimes after a clean, software is build in root project #204

Open
dradoudine opened this issue Jul 1, 2024 · 4 comments
Open

Sometimes after a clean, software is build in root project #204

dradoudine opened this issue Jul 1, 2024 · 4 comments

Comments

@dradoudine
Copy link

If you have any question, please consult the mailing list first before you raise issues here.

Describe the bug
image
WHen I don't set an output folder, il *create a _build folder where build is made.
Sometimes (it's aleatory), build is made on root project and I have to clean manually
To Reproduce
Steps to reproduce the behavior:

  1. Clean
  2. Build (this is quiet aleatory but after 1 day of work I see it often

Expected behavior
build file shall be in _build folder

Screenshots
If applicable, add screenshots to help explain your problem.

Useful Information

  • cmake4eclipse version: 5.0
  • CDT version: 11.6
  • Which OS do you use: windows
  • Cmake version: 3.30

What is in Eclipse's Error Log?

Sanitized stack traces:

Additional context
Add any other context about the problem here.

@15knots
Copy link
Owner

15knots commented Jul 3, 2024

Sometimes (it's aleatory), build is made on root project and I have to clean manually To Reproduce Steps to reproduce the behavior:

1. Clean

What exactly does Clean mean here? Did you delete the _build folder or did you run the clean target?

@dradoudine
Copy link
Author

it's the target clean of my cmake file

@dradoudine
Copy link
Author

it seems this problems occurs when Build output location field is set to empty (by default it create _build folder, so in case of empty field, it should be set by default to a value)

@15knots
Copy link
Owner

15knots commented Aug 20, 2024

@dradoudine I agree, creating a default _build folder when the output location field is empty is confusing to users. This has been fixed now.

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

2 participants