Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5491

General • Re: Is there a minimum list of files to archive a project?

$
0
0
Most probably the old CMakeLists.txt is not compatible with the new system, and it makes the mess you see.
I would suggest it's the VS Code Extension regime somehow being incompatible with entirely valid 'CMakeLists.txt' files.

There is no reason why a './build' directory needs to contain anything to successfully build a project from the command line or from within VS Code. That it's wanting to find something specific in './build' to undertake a build is down to the VS Code Extension.

The accepted wisdom has been, that if builds aren't working when expected to, delete the './build' directory and start again. That has worked in the past, had for the OP, still works for me with my VS Code builds, but seemingly not with the new VS Code Extension regime.

Statistics: Posted by hippy — Fri Dec 27, 2024 4:56 pm



Viewing all articles
Browse latest Browse all 5491

Trending Articles