Open dradoudine opened 4 months ago
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?
it's the target clean of my cmake file
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)
@dradoudine I agree, creating a default _build
folder when the output location field is empty is confusing to users. This has been fixed now.
If you have any question, please consult the mailing list first before you raise issues here.
Describe the bug 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:
Expected behavior build file shall be in _build folder
Screenshots If applicable, add screenshots to help explain your problem.
Useful Information
What is in Eclipse's Error Log?
Sanitized stack traces:
Additional context Add any other context about the problem here.