From 7b65a8584480888356d874b036edf20baa1ae8dd Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 11 Dec 2023 20:22:47 -0500 Subject: [PATCH] COMP: Update minimum CMake version from 3.8 to 3.17.5 This version update is done anticipatin the use of Find CUDAToolkit CMake module introduced in CMake 3.17. See https://cmake.org/cmake/help/v3.17/release/3.17.html --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f41b16f1..5fdd8884 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.17.5) project(Autoscoper)