wiki:CMake

Version 25 (modified by Douglas Gregor, 14 years ago) ( diff )

--

CMake-Based Build System

We are developing an alternative build system for Boost based on CMake, a cross-platform, open-source make system. At this point, the CMake-based build system is still a work in progress, and it is unknown whether it will become a fully-supported build system within Boost. These pages document the CMake-based build system for Boost, and are focused primarily at Boost library developers. In the future, we will provide an alternative version of Boost's Getting Started guide for CMake users.

How Do I…

Reference Documentation

  • Build features - Different library build features supported by the build system
  • CMake Macro Reference (note that this documentation is also compiled in to cmake itself. The command cmake --help-full will display it.)

Commentary

Ongoing Development

Note: See TracWiki for help on using the wiki.