From c6fdaa899f1d2e19bd039a68eb7daac3e97afbe5 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 28 Nov 2021 12:40:32 -0800 Subject: [PATCH] src/GLideNHQ/CMakeLists.txt: Bump cmake version This matches the other cmake files. --- src/GLideNHQ/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GLideNHQ/CMakeLists.txt b/src/GLideNHQ/CMakeLists.txt index 6490049d..8cf33276 100644 --- a/src/GLideNHQ/CMakeLists.txt +++ b/src/GLideNHQ/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.9) project( GLideNHQ )