X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79b6362c955d06cb8bcc3e1f2a40449c487ea7de..c401435c9bd3efa86a3b7c0367a82ed2b50c2eb1:/examples/java/io/CMakeLists.txt diff --git a/examples/java/io/CMakeLists.txt b/examples/java/io/CMakeLists.txt index 767e4d6b90..fe437f00fd 100644 --- a/examples/java/io/CMakeLists.txt +++ b/examples/java/io/CMakeLists.txt @@ -10,7 +10,7 @@ if(enable_java) add_custom_command( COMMENT "Building ${example}..." OUTPUT ${example}_compiled - DEPENDS ${sources} SG_java_jar ${SIMGRID_JAR} + DEPENDS ${sources} simgrid-java_jar ${SIMGRID_JAR} COMMAND ${JAVA_COMPILE} -cp ${SIMGRID_JAR} -d ${CMAKE_CURRENT_BINARY_DIR}/.. ${sources} COMMAND ${CMAKE_COMMAND} -E remove ${example}_compiled