Skip to content

Commit 42b0248

Browse files
authored
Add warning about CMake version on CONTRIBUTION.md
Currently CMake version is required to be 3.20 or above. The version requirement is properly defined in our CMakeList.txt file. But older versions of CMake may not even print an error about the version requirement.
1 parent 9f786fd commit 42b0248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTION.md

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Install CMake and Ninja.
9494
```
9595
$ sudo apt-get install cmake ninja-build
9696
```
97+
> Warning: Currently the required CMake version is 3.20 or above.
9798
9899
Run CMake with a following command to generate Makefile:
99100
```

0 commit comments

Comments
 (0)