Kitware/CMake
Mirror of CMake upstream repository observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 11
- age_days: 6032
- days_rel: 8
- days_push: 7
- n_releases_24m: 52
Adoption not part of the score
8043 stars · 2700 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CMake is a cross-platform, open-source build system generator maintained by Kitware. It produces native build files (Makefiles, Ninja, IDE projects) from platform-independent CMake scripts.
Use cases
- generate build files for a c++ project across linux windows and macos
- manage multi-platform builds for a c library
- replace hand-written makefiles with a portable build system
- generate visual studio or xcode project files from one source
- build and package software with dependencies on multiple platforms
When to choose
- you need a single build configuration that works across many platforms and compilers
- your project is C/C++ (or similar compiled languages) with complex platform-specific build logic
- you want IDE project generation alongside command-line builds
When to avoid
- you only need simple builds on one platform where a plain Makefile suffices
- you are building interpreted-language projects with ecosystem-native tooling (npm, cargo, pip)
- you cannot tolerate CMake's own scripting language and learning curve
Facets
cli-tool · maturity stable
build-tool cli developer-tools configuration-management developer-tools cross-platform compilers windows bsd cli cross-platform build-system-generator makefile-generation c-cpp kitware dependency-management command-line linux macos
1 source
- readme: https://github.com/Kitware/CMake · fetched 2026-08-28 · cb73886571be
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Kitware/CMake | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem