Skip to content

Commit

Permalink
parallel-crypto3: use C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
ioxid committed Dec 10, 2024
1 parent cda5c6c commit a2ab60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel-crypto3/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ macro(define_bench_test name)

${Boost_INCLUDE_DIRS})

set_target_properties(${test_name} PROPERTIES CXX_STANDARD 17)
set_target_properties(${test_name} PROPERTIES CXX_STANDARD 20)
target_precompile_headers(${test_name} REUSE_FROM crypto3_precompiled_headers)
endmacro()

Expand Down

0 comments on commit a2ab60b

Please sign in to comment.