Skip to content

Commit ca6c8bf

Browse files
Make Java regression test compilation depend on models-library
1 parent 4715522 commit ca6c8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endforeach()
5050
add_custom_command(OUTPUT ${java_regression_compiled_sources}
5151
COMMAND ${MAVEN_PROGRAM} --quiet clean package -T1C
5252
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/regression
53-
DEPENDS ${java_regression_sources}
53+
DEPENDS ${java_regression_sources} ${java-models-library}
5454
)
5555

5656
add_custom_target(java-regression ALL

0 commit comments

Comments
 (0)