mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
ENH: fix broken tests
This commit is contained in:
@@ -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, "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user