summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 08e5c9e..f98c168 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -668,7 +668,8 @@ IF(BUILD_TESTING)
--build-makeprogram ${MAKEPROGRAM}
--build-two-config
--build-run-dir "${CMake_BINARY_DIR}/Tests/Java/"
- --test-command ${JAVA_RUNTIME} -classpath hello.jar HelloWorld)
+# --test-command ${JAVA_RUNTIME} -classpath hello.jar HelloWorld)
+ --test-command ${JAVA_RUNTIME} HelloWorld)
ENDIF(JAVA_COMPILE)
ENDIF(CMAKE_GENERATOR MATCHES "Makefiles")