From c0e1cf077c09d8367c4c97215507f2eb991fc6ff Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Tue, 21 Jul 2020 03:33:23 -0400 Subject: [PATCH] Bump min cmake version to 3.13 --- indra/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index e1a0da0fe81..64b54baa30b 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -3,8 +3,7 @@ # cmake_minimum_required should appear before any # other commands to guarantee full compatibility # with the version specified -## 3.8 added VS_DEBUGGER_WORKING_DIRECTORY support -cmake_minimum_required(VERSION 3.8.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR) set(ROOT_PROJECT_NAME "Alchemy" CACHE STRING "The root project/makefile/solution name. Defaults to Alchemy.") -- GitLab