build system: updated required version for cmake (close #194)

This commit is contained in:
Michele Caini 2020-05-17 22:12:33 +02:00
parent d35f557161
commit 3a02460be1

View File

@ -2,7 +2,7 @@
# uvw # uvw
# #
cmake_minimum_required(VERSION 3.15.3) cmake_minimum_required(VERSION 3.13)
# #
# Building in-tree is not allowed (we take care of your craziness). # Building in-tree is not allowed (we take care of your craziness).