mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 15:38:52 -06:00
UseJava: Fix create_javah CLASSPATH handling on Windows
Preserve semicolons in the value.
This commit is contained in:
@@ -5,6 +5,11 @@ class HelloWorld2
|
||||
B b;
|
||||
b = new B();
|
||||
b.printName();
|
||||
|
||||
C c;
|
||||
c = new C();
|
||||
c.printName();
|
||||
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user