cpp_tutorials icon indicating copy to clipboard operation
cpp_tutorials copied to clipboard

debug issue fixed

Open ilhangrn opened this issue 1 year ago • 0 comments

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.

ilhangrn avatar Jun 24 '23 17:06 ilhangrn