ENH: create the correct jar name

This commit is contained in:
Bill Hoffman 2006-04-23 23:24:48 -04:00
parent 54b1655915
commit bff279c615
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ IF(OLD_CUSTOM_COMMAND_WAY)
COMMAND ${CMAKE_COMMAND}
ARGS -E chdir ${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_Java_ARCHIVE}
-cvf foo.jar *.class)
-cvf hello.jar *.class)
ADD_CUSTOM_TARGET(hello.jar ALL
DEPENDS ${hello_BINARY_DIR}/hello.jar)