Lowering cmake version to 3.16 since that's the version ubuntu 20.04 LTS uses.
This commit is contained in:
parent
f1e0430874
commit
586ad62fed
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.17)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
|
|
Loading…
Reference in a new issue