cpp-best-practices / cpp-best-practices/cmake_template
Hard-coding of `out/` directory causes problems with multiple build methods.
Open
- Dominant language
- CMake
- Stars
- 1.8k
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
For example, I was developing from the command-line, and Sean said, “I can't get this to work with VSCode.” So I fired up VSCode to check it out. It had an entirely different build directory, but the two build methods collided over the use of the `out/` directory. Hours were wasted until I figured it out.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.