Build/CMake: Increase minimum version to 3.8

This commit is contained in:
jackpoz
2020-04-05 15:11:14 +02:00
parent fbcd244b2f
commit 965ac6fb08

View File

@@ -9,7 +9,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# We require CMake >= 3.2
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.8)
# add this options before PROJECT keyword
set(CMAKE_DISABLE_SOURCE_CHANGES ON)