Skip to content

Commit

Permalink
Need at least CMake 3.25 to get the cuda::nvtx3 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Oct 14, 2024
1 parent a35a90c commit 92c1f8b
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.21) # Needed for CUDA, MPI, and CTest features
cmake_minimum_required(VERSION 3.25) # Needed for CUDA, MPI, and CTest features

project(
EXP
Expand Down

0 comments on commit 92c1f8b

Please sign in to comment.