mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user