STYLE: Remove anoying message
This commit is contained in:
parent
9594c888ab
commit
47bae096e8
@ -677,10 +677,10 @@ IF(BUILD_TESTING)
|
||||
--build-run-dir "${CMake_BINARY_DIR}/Tests/Java/"
|
||||
--test-command ${JAVA_RUNTIME} -classpath hello.jar HelloWorld)
|
||||
ELSE("${JNI_FILE}" MATCHES "JDK1_2")
|
||||
MESSAGE("No Java Test because ${JNI_H} does not contain JDK1_2 define")
|
||||
MESSAGE(STATUS "No Java Test because ${JNI_H} does not contain JDK1_2 define")
|
||||
ENDIF("${JNI_FILE}" MATCHES "JDK1_2")
|
||||
ELSE(JNI_H)
|
||||
MESSAGE("No Java Test because jni.h could not be found. tried:\n${JNIPATH}/../include and ${JNIPATH}/../java/include")
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user