ENH: remove messages about not running java test

This commit is contained in:
Bill Hoffman 2005-07-15 11:36:22 -04:00
parent 2a8f981bee
commit 9e99e4f92a
1 changed files with 0 additions and 4 deletions

View File

@ -892,11 +892,7 @@ IF(BUILD_TESTING)
--build-two-config
--build-run-dir "${CMake_BINARY_DIR}/Tests/Java/"
--test-command ${JAVA_RUNTIME} -classpath hello.jar HelloWorld)
ELSE("${JNI_FILE}" MATCHES "JDK1_2")
MESSAGE(STATUS "No Java Test because ${JNI_H} does not contain JDK1_2 define")
ENDIF("${JNI_FILE}" MATCHES "JDK1_2")
ELSE(JNI_H)
MESSAGE(STATUS "No Java Test because jni.h could not be found. tried:\n${JNIPATH}/../include and ${JNIPATH}/../java/include")
ENDIF(JNI_H)
ENDIF(JAVA_COMPILE AND JAVA_RUNTIME AND JAVA_ARCHIVE)
ENDIF(CMAKE_GENERATOR MATCHES "Makefiles")