Skip to content

Commit

Permalink
COMP: Update minimum CMake version from 3.17.5 to 3.20.6
Browse files Browse the repository at this point in the history
This version update is done anticipating the support for setting CUDAARCHS
env variable introduced in CMake 3.20.
See https://cmake.org/cmake/help/latest/release/3.20.html#languages
  • Loading branch information
jcfr committed Feb 13, 2024
1 parent 6e3491f commit 8477796
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.17.5)
cmake_minimum_required(VERSION 3.20.6)

project(Autoscoper)

Expand Down

0 comments on commit 8477796

Please sign in to comment.