Skip to content
Snippets Groups Projects
Commit a4abebac authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Merge branch 'patch-1' into 'master'

Update README.md with the latest requirements on CMake version

See merge request atlas/atlasexternals!743
parents 71e559c4 b605d693
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,11 @@ make
make install DESTDIR=/some/location
```
N.B. That you might need to do e.g. `asetup none,gcc62,cmakesetup` to get a new enough version of cmake.
**N.B.**
- That you might need to do e.g. `asetup none,gcc8,cmakesetup` to get a recent compiler and a recent version of cmake.
- When building the latest HEAD revision, you might also need to explicitely set an even more recent version of CMake, by using, e.g., `asetup none,gcc8,cmakesetup --cmakeversion=3.17.3`
Version
-------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment