From 46b2cc9b53fdd95bc30522b8a56f0b5ebabc2900 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Tue, 12 Oct 2021 14:17:47 -0400 Subject: [PATCH] * [CMake] Adjustment: Set minimum version to 3.10.2. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb48b5e97..c1b20657a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10.2) set(TORQUE_APP_NAME "" CACHE STRING "the app name")