ENH: remove classpath so that this test passes with older java compilers that clober the system class path with the -classpath option

This commit is contained in:
Bill Hoffman 2004-09-24 11:05:15 -04:00
parent 1603e16cc5
commit 5360480b5a
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ PROJECT(hello Java)
SET(CMAKE_VERBOSE_MAKEFILE 1)
SET(OLD_CUSTOM_COMMAND_WAY )
IF(NOT OLD_CUSTOM_COMMAND_WAY)
INCLUDE_DIRECTORIES(${hello_SOURCE_DIR})
INCLUDE_DIRECTORIES(${hello_BINARY_DIR})
ADD_LIBRARY(hello A.java HelloWorld.java)
ENDIF(NOT OLD_CUSTOM_COMMAND_WAY)