fix: re-add Create module to CMake build #244

Merged
forbes merged 1 commits from fix/create-module-cmake into main 2026-02-15 23:06:40 +00:00
Owner

The Create module (src/Mod/Create/) was lost from src/Mod/CMakeLists.txt
during the rebase onto upstream FreeCAD 1.2.0-dev. Without it:

  • Mod/Create/ is never installed, so the bootstrap that loads ztools
    and silo never runs
  • mods/ztools/ and mods/silo/ are never installed
  • Startup shows 'Ignoring unknown SiloWorkbench/ZToolsWorkbench'

Also adds kc_format.py to the Create install list (was missing).

Summary

Changes

Checklist

  • Commit messages follow conventional commits (feat:, fix:, chore:, docs:, art:)
  • Code follows project style (clang-format for C++, black for Python)
  • Changes are tested locally
  • Documentation updated (if applicable)
The Create module (src/Mod/Create/) was lost from src/Mod/CMakeLists.txt during the rebase onto upstream FreeCAD 1.2.0-dev. Without it: - Mod/Create/ is never installed, so the bootstrap that loads ztools and silo never runs - mods/ztools/ and mods/silo/ are never installed - Startup shows 'Ignoring unknown SiloWorkbench/ZToolsWorkbench' Also adds kc_format.py to the Create install list (was missing). ## Summary <!-- Brief description of what this PR does --> ## Changes <!-- List the key changes made --> ## Related Issues <!-- Link related issues: Closes #123, Fixes #456 --> ## Checklist - [ ] Commit messages follow [conventional commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `chore:`, `docs:`, `art:`) - [ ] Code follows project style (clang-format for C++, black for Python) - [ ] Changes are tested locally - [ ] Documentation updated (if applicable)
forbes added 1 commit 2026-02-15 23:04:59 +00:00
fix: re-add Create module to CMake build
Some checks failed
Build and Test / build (pull_request) Has been cancelled
128d7e0710
The Create module (src/Mod/Create/) was lost from src/Mod/CMakeLists.txt
during the rebase onto upstream FreeCAD 1.2.0-dev. Without it:
- Mod/Create/ is never installed, so the bootstrap that loads ztools
  and silo never runs
- mods/ztools/ and mods/silo/ are never installed
- Startup shows 'Ignoring unknown SiloWorkbench/ZToolsWorkbench'

Also adds kc_format.py to the Create install list (was missing).
forbes merged commit 7b1662a3d1 into main 2026-02-15 23:06:40 +00:00
forbes deleted branch fix/create-module-cmake 2026-02-15 23:06:41 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#244