summaryrefslogtreecommitdiff
path: root/CONTRIBUTION.md
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2024-05-17 10:08:03 -0700
committerGitHub <noreply@github.com>2024-05-17 10:08:03 -0700
commit42b0248272a549f8d81fa95cf30712b93879c009 (patch)
treeed285cde77c6751b9bdb34873652a914a634c1a9 /CONTRIBUTION.md
parent9f786fdf71e90339e20979ef3ba8f073657f5a98 (diff)
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.
Diffstat (limited to 'CONTRIBUTION.md')
-rw-r--r--CONTRIBUTION.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md
index 7b0f1b4a9..becbfaf62 100644
--- a/CONTRIBUTION.md
+++ b/CONTRIBUTION.md
@@ -94,6 +94,7 @@ Install CMake and Ninja.
```
$ sudo apt-get install cmake ninja-build
```
+> Warning: Currently the required CMake version is 3.20 or above.
Run CMake with a following command to generate Makefile:
```