From 4dd5f0ad3007b03a6c46d99baec4fe6a975c61ce Mon Sep 17 00:00:00 2001 From: Baldur van Lew Date: Tue, 21 Nov 2023 10:30:48 +0100 Subject: [PATCH] Align CMake version with other plugins We may wish to increase this in the near future to 23.1 for VS2022 generator support --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0aeca7..70365a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0) +cmake_minimum_required(VERSION 3.17) set(PROJECT "DimensionsViewerPlugin")