Skip to content

Commit dcec434

Browse files
authored
Update nvbench configuration to use C++20 standard (#1141)
1 parent ef0bb9d commit dcec434

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,10 @@ if (MATX_BUILD_EXAMPLES)
456456
endif()
457457

458458
if (MATX_BUILD_BENCHMARKS)
459-
rapids_cpm_nvbench()
459+
rapids_cpm_nvbench( CPM_ARGS
460+
OPTIONS
461+
"CMAKE_CXX_STANDARD 20"
462+
"CMAKE_CUDA_STANDARD 20")
460463
add_subdirectory(bench)
461464
endif()
462465

0 commit comments

Comments
 (0)