diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-08 20:37:54 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-08 20:37:54 (GMT) |
commit | ccdca713322bd88092a93f62d5534ad9932b8feb (patch) | |
tree | 1fe8154e6ee543f217fff324989de8b7468053c2 /Source/cmVTKWrapJavaCommand.cxx | |
parent | 55dd61946b6957e27c65690a0fe20ad4480a4cd5 (diff) | |
download | CMake-ccdca713322bd88092a93f62d5534ad9932b8feb.zip CMake-ccdca713322bd88092a93f62d5534ad9932b8feb.tar.gz CMake-ccdca713322bd88092a93f62d5534ad9932b8feb.tar.bz2 |
ENH: fix broken tests
Diffstat (limited to 'Source/cmVTKWrapJavaCommand.cxx')
-rw-r--r-- | Source/cmVTKWrapJavaCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVTKWrapJavaCommand.cxx b/Source/cmVTKWrapJavaCommand.cxx index 9fe0d3b..0cb139f 100644 --- a/Source/cmVTKWrapJavaCommand.cxx +++ b/Source/cmVTKWrapJavaCommand.cxx @@ -185,5 +185,5 @@ void cmVTKWrapJavaCommand::FinalPass() const char* no_working_directory = 0; m_Makefile->AddUtilityCommand((m_LibraryName+"JavaClasses").c_str(), true, no_output, - alldepends, "", no_working_directory); + alldepends, no_working_directory, ""); } |