Skip to content

Commit 5778f4e

Browse files
Put Circuit C++ standard back.
1 parent b94ac9a commit 5778f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/circuit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ else()
4040
add_executable(circuit ${CPU_SOURCES})
4141
endif()
4242
target_link_libraries(circuit Legion::Legion ResilienceStatic)
43+
set_target_properties(circuit PROPERTIES CXX_STANDARD 11)
4344
add_test(NAME circuit COMMAND ${PROJECT_SOURCE_DIR}/tests/runner.py -- ${RESILIENCE_TEST_LAUNCHER} $<TARGET_FILE:circuit> -lg:eager_alloc_percentage 20 -lg:safe_ctrlrepl 2)
4445
add_test(NAME circuit_disable COMMAND ${PROJECT_SOURCE_DIR}/tests/runner.py -- ${RESILIENCE_TEST_LAUNCHER} $<TARGET_FILE:circuit> -lg:eager_alloc_percentage 20 -lg:safe_ctrlrepl 2 -checkpoint:disable)

0 commit comments

Comments
 (0)