CMake is part of Kitware’s collection of commercially supported open-source platforms for software development.
Download Latest Release
Support and Services
Contact Us
Training Courses
Attend an upcoming CMake training course
Book
Get Involved
Notable Applications Using CMake
Netflix
Inria
The HDF Group
ReactOS
KDE
Second Life
- Allegro library
- Armadillo
- Avidemux
- awesome
- BCI2000
- Blender
- BRL-CAD
- Bullet Physics Engine
- CGAL
- Chipmunk physics engine
- CLion
- Compiz
- Conky
- cURL
- Deal.II
- Doomsday Engine
- Dust Racing 2D
- Drishti
- Ettercap
- Falcon (programming language)
- FlightGear Flight Simulator
- GDCM
- Geant4
- Gmsh
- GNU Radio
- GROMACS
- Hiawatha (web server)
- Hypertable
- Hugin
- iCub robot and YARP
- IGSTK
- ITK
- KDE SC 4
- KiCad
- libpng
- LAPACK
- LLVM and Clang
- LMMS
- Mir
- MiKTeX
- MLPACK
- MuseScore
- MySQL and MariaDB
- OGRE
- OpenCV
- OpenCog
- OpenCPN
- OpenSceneGraph
- OpenSync
- Orthanc
- Point Cloud Library
- Poppler
- PvPGN
- QGIS
- Qt
- Raw Therapee
- ReactOS
- ROOT
- ROS
- Ryzom
- Scribus
- SDL
- Second Life
- SFML
- Spring RTS
- SuperTux
- Synergy
- Slicer
- Stellarium
- Trilinos
- Vortexje
- VTK and ParaView
- VXL
- zlib
- PCSX2
- Zdoom
- ZeroMQ
From our blog
Extending Clang-Tidy with a Plugin to Add New Checks for CMake
Many C++ projects have a set of coding standards regarding what functions to use, and CMake is no exception. Clang-tidy is a program which enforces some universally relevant standards to C++ projects. CMake runs clang-tidy on its code as part of its CI process, but clang-tidy alone does not have a way to enforce standards […]
import CMake; C++20 Modules
Work is underway to implement support for C++20 modules in CMake! Since the C++ standards committee started talking about adding modules to the C++ language, the CMake team at Kitware has been thinking about how they will be supported. Fortunately, CMake has supported Fortran modules since 2005. In 2015, support was added to the ninja […]
CMake 3.25.2 available for download
CMake 3.25.2 is available for download