Skip to content

Commit fa9fc44

Browse files
committed
Fix dependencies for examples proof target
1 parent 6b48f73 commit fa9fc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endfunction()
1111
function(gen_proof target input)
1212
add_custom_target(${target}_prove
1313
COMMAND $<TARGET_FILE:transpiler> -m gen-test-proof -i ${INPUTS_DIR}/${input} -c circuit_${target}.crct -t assignment_${target}.tbl -o .
14-
DEPENDS ${target} ${INPUTS_DIR}/${input} $<TARGET_FILE:transpiler>
14+
DEPENDS ${target}_assign $<TARGET_FILE:transpiler>
1515
COMMAND_EXPAND_LISTS
1616
VERBATIM)
1717
endfunction()

0 commit comments

Comments
 (0)