Skip to content

Commit

Permalink
COMP: Update minimum CMake version from 3.8 to 3.17.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jcfr committed Feb 6, 2024
1 parent 7df4365 commit 7b65a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.17.5)

project(Autoscoper)

Expand Down

0 comments on commit 7b65a85

Please sign in to comment.