Skip to content

Commit 2c3d9dd

Browse files
committed
Set c++20 for nanobench to match the main project
1 parent b622e0c commit 2c3d9dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ endif()
8484

8585
if(${SUBSPACE_BUILD_BENCHMARKS})
8686
add_subdirectory(third_party/nanobench)
87+
set_property(TARGET nanobench PROPERTY CXX_STANDARD 20)
8788
add_subdirectory(bench)
8889
endif()
8990

0 commit comments

Comments
 (0)