From 5329a829a0349bdf76a743efbb2d3f416b285e94 Mon Sep 17 00:00:00 2001 From: Staz M Date: Thu, 1 Apr 2021 02:51:47 -0400 Subject: Made this compatible with cmake version 3.5.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c4ab493..314ba84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ # # cmake --build . -c Release -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.5.1) # Policies -- cgit v1.2.3