cmake: only require version 3.16

This commit is contained in:
Lephenixnoir 2021-02-01 22:29:29 +01:00
parent 7574f3adfc
commit 65c79fc143
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# libexample: build system
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.16)
project(libexample VERSION 1.0 LANGUAGES C)
# Libraries that libexample depends on