From 6b31f40e408bb5c96e515cc8de86912d9581ac9d Mon Sep 17 00:00:00 2001 From: David Cole Date: Sat, 15 Mar 2008 20:10:02 -0400 Subject: BUG: Go back to using "." so the Java test passes on the nightly nmake dashboards again. Still need a solution that works with both nmake and Visual Studio builds. --- Modules/CMakeJavaInformation.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Modules/CMakeJavaInformation.cmake b/Modules/CMakeJavaInformation.cmake index cc7cf84..4febed4 100644 --- a/Modules/CMakeJavaInformation.cmake +++ b/Modules/CMakeJavaInformation.cmake @@ -14,11 +14,11 @@ ENDIF(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX) # this is a place holder if java needed flags for javac they would go here. IF(NOT CMAKE_Java_CREATE_STATIC_LIBRARY) - IF(WIN32) - SET(class_files_mask "*.class") - ELSE(WIN32) +# IF(WIN32) +# SET(class_files_mask "*.class") +# ELSE(WIN32) SET(class_files_mask ".") - ENDIF(WIN32) +# ENDIF(WIN32) SET(CMAKE_Java_CREATE_STATIC_LIBRARY " -cf -C ${class_files_mask}") -- cgit v0.12