Lower required cmake version

This commit is contained in:
scribam 2021-07-11 19:12:34 +02:00 committed by Serge Lamikhov-Center
parent 028b4117fa
commit b148de1174

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.10)
# Detect if we are the top level CMakeLists.txt or are we included in some
# other project