Skip to content

Commit

Permalink
Trying to run with min CMake to 3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Griwodz committed Jul 26, 2024
1 parent bdbdcdb commit 6b4a63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CMake below 3.4 does not work with CUDA separable compilation at all
cmake_minimum_required(VERSION 3.27)
# First-order language CUDA requires at least CMake 3.18
cmake_minimum_required(VERSION 3.24)

project(PopSift VERSION 1.0.0 LANGUAGES CXX CUDA)

Expand Down

0 comments on commit 6b4a63c

Please sign in to comment.