Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Community Community
  • Project information
    • Project information
    • Activity
    • Members
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • CMake
  • CommunityCommunity
  • Wiki
  • FAQ

FAQ · Changes

Page history
Update FAQ authored Feb 24, 2021 by Brad King's avatar Brad King
Hide whitespace changes
Inline Side-by-side
FAQ.md
View page @ d4580b38
......@@ -4,6 +4,7 @@
- [General information and availability](#general-information-and-availability)
* [What is CMake?](#what-is-cmake)
* [What is its license?](#what-is-its-license)
* [What is the current release?](#what-is-the-current-release)
* [I found a Bug\! What should I do?](#i-found-a-bug-what-should-i-do)
* [I want a new feature in CMake. What should I do?](#i-want-a-new-feature-in-cmake-what-should-i-do)
......@@ -107,6 +108,12 @@ possible to support complex environments requiring system configuration,
preprocessor generation, code generation, and template instantiation.
Please go to <https://cmake.org/overview> to learn more about CMake.
### What is its license?
CMake is distributed under the OSI-approved BSD 3-clause License.
See the [licensing page](https://cmake.org/licensing/) for details.
The snippets in this FAQ are provided under the same license.
### What is the current release?
The latest release of CMake is always available at:
......
Clone repository
  • CMake Versions on Linux Distros
  • Contrib
  • Editing Guidelines
  • FAQ
  • Home
  • contrib
    • macros
      • AddCxxTest
      • CompareVersionStrings
      • CopyIfDifferent
      • CreateFinalFile
      • FilterOut
      • ForceAddFlags
      • GatherProjectFiles
      • GenerateProject
      • LibtoolFile
      • ListOperations
View All Pages