cpp_tutorials
cpp_tutorials copied to clipboard
debug issue fixed
When I follow your video I reach a point of failing in the build. To fix it, I had to:
- Install ninja(by pip) and ninja-build(by apt-get) in the container. (I don't know which one is our fix)
- Rename the debug parameter as Debug in CMake.