Commit 5a5dcbd
committed
Pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to CMake
Googletest is broken across the Ubuntu images provided by GitHub, and
it complains about incompatibility with CMake versions < 3.5. Since we
use googletest as a third-party submodule, which we do not have control
over, lets pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to keep CMake
compatible as a workaround.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>1 parent 4ce8819 commit 5a5dcbd
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments