Update cmake_minimum_required to 3.16, Ubuntu 20.04's version

This commit is contained in:
Michael Legleux
2022-02-28 12:48:43 -08:00
committed by manojsdoshi
parent 297def5ed3
commit eb57679085
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.9.0)
cmake_minimum_required (VERSION 3.16)
if (POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)