We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa088d commit c56ed50Copy full SHA for c56ed50
CMakeLists.txt
@@ -2,7 +2,7 @@
2
# 3.17+ for `FindCUDAToolkit`
3
# 3.25.2 for CUDA20 support
4
# The good news is that Ubuntu 24.04 comes with 3.28!
5
-cmake_minimum_required(VERSION 3.25.2 FATAL_ERROR)
+cmake_minimum_required(VERSION 0.6.0 FATAL_ERROR)
6
7
# ------------------------------------------------------------------------------
8
# Project Setup
VERSION
@@ -1 +1 @@
1
-0.5.4
+0.6.0
0 commit comments