Skip to content

Commit

Permalink
Use C++20 in proof_generatorAssigner
Browse files Browse the repository at this point in the history
  • Loading branch information
ioxid committed Dec 10, 2024
1 parent b009c84 commit 07a004c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proof-producer/libs/assigner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ endforeach()
add_library(proof_generatorAssigner SHARED
${PROTO_SRC}
)
set_target_properties(proof_generatorAssigner PROPERTIES CXX_STANDARD 20)

target_include_directories(proof_generatorAssigner
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include ${PROTOBUF_INCLUDE_DIR}
Expand Down

0 comments on commit 07a004c

Please sign in to comment.