nasa/fprime

Catch uninitialized submodules and libraries in build system

Open

#5054 opened on Apr 23, 2026

View on GitHub
 (4 comments) (2 reactions) (1 assignee)C++ (9,718 stars) (1,249 forks)batch import
Easy First Issuecmakehelp wanted

Description

F´ Version
Affected Component

Feature Description

Users are often caught off-guard when cloning a project and submodules aren't initialized recursively. We have fprime-bootstrap clone to alleviate that, but still.

We could potentially catch these setups that have empty libraries / submodules, and throw warnings. Either in fprime-util, or preferably in CMake

Contributor guide