Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CMake Recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpcdf
training
CMake Recipes
Commits
0a52a6b7
Commit
0a52a6b7
authored
11 months ago
by
Vedran Miletic
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
fab4a54c
No related branches found
No related tags found
No related merge requests found
Pipeline
#203877
failed
11 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-6
3 additions, 6 deletions
README.md
with
3 additions
and
6 deletions
README.md
+
3
−
6
View file @
0a52a6b7
...
...
@@ -68,26 +68,23 @@ environment variable `LibraryName_ROOT` for the library.
### What minimum required version should I choose?
OS support:
*
3.11: CentOS 8 (use EPEL or AppSteams).
**The bare minimum. Never set less.**
*
3.13: Debian 10 (oldoldstable).
*
3.14:
**The bare minimum. Never set less.**
(FWIW, this is also what
[
cmake-init
](
https://github.com/friendlyanon/cmake-init
)
uses)
*
3.16: Ubuntu 20.04.
*
3.18: Debian 11 (oldstable).
*
3.19: First to support Apple Silicon.
*
3.20: CentOS
9
.
*
3.20: CentOS
8/9 (use AppSteam; 3.26 also available)
.
*
3.22: Ubuntu 22.04.
*
3.25: Debian 12 (stable).
*
3.28: Ubuntu 24.04.
*
latest: pip/conda-forge/homebew/chocolaty
Features:
*
3.11: IMPORTED INTERFACE setting, faster, FetchContent, COMPILE_LANGUAGE in IDEs
*
3.12: C++20, cmake --build build -j N, SHELL:, FindPython
*
3.14/3.15: CLI, FindPython updates
*
3.16: Unity builds / precompiled headers, CUDA meta features
*
3.17/3.18: Lots more CUDA, metaprogramming
*
3.21: HIP language support
*
3.25: compiling HIP for NVIDIA GPUs
[
Source
](
https://cliutils.gitlab.io/modern-cmake/chapters/intro/dodonot.html
)
Adapted from
[
Do's and Don'ts (Modern CMake)
](
https://cliutils.gitlab.io/modern-cmake/chapters/intro/dodonot.html
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment