We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d36f6 commit fa1f359Copy full SHA for fa1f359
src/ansi-c/CMakeLists.txt
@@ -13,7 +13,7 @@ endforeach()
13
14
add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/cprover_library.inc"
15
COMMAND converter < ${converter_input_path} > "${CMAKE_CURRENT_BINARY_DIR}/cprover_library.inc"
16
- DEPENDS converter
+ DEPENDS converter ${converter_input_path}
17
)
18
19
add_executable(file_converter file_converter.cpp)
0 commit comments