From 76dac72246ce0509281c7aa3a56c68c2f1751ee3 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 23 Sep 2004 17:49:54 -0400 Subject: temporary fix to try and get a clean dashboard --- Source/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- cgit v0.12