Commit cd97421
Add cmake_minimum_required to gtest.cmake.in (#20)
Summary:
Recent versions of CMake (e.g. 3.24.2) appear to fail unless the `cmake_minimum_required` version is set. Furthermore, we set `project` to silence the corresponding warning.
X-link: facebook/SPARTA#20
Reviewed By: yuxuanchen1997
Differential Revision: D41150912
Pulled By: arnaudvenet
fbshipit-source-id: b1b37faa58ac5b24238ba196e1a8dbe2021422721 parent 4574e69 commit cd97421
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments