mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 07:28:38 +00:00
Closes: https://bugs.gentoo.org/918898 Closes: https://bugs.gentoo.org/909520 Closes: https://bugs.gentoo.org/909380 Closes: https://bugs.gentoo.org/908874 Closes: https://bugs.gentoo.org/906264 Closes: https://bugs.gentoo.org/906075 Closes: https://bugs.gentoo.org/887505 Closes: https://bugs.gentoo.org/840776 Closes: https://bugs.gentoo.org/835659 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34432 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
372 B
Diff
11 lines
372 B
Diff
--- a/Wrapping/Java/Testing/Java/CMakeLists.txt
|
|
+++ b/Wrapping/Java/Testing/Java/CMakeLists.txt
|
|
@@ -22,6 +22,8 @@ if (WIN32)
|
|
endif ()
|
|
set(vtk_test_classpath
|
|
"$<TARGET_FILE:VTK::vtkjava>")
|
|
+list(APPEND vtk_test_classpath
|
|
+ ${java_classpath})
|
|
string(REPLACE ";" "${classpath_separator}" vtk_test_classpath "${vtk_test_classpath}")
|
|
|
|
add_library(vtkjava_tests STATIC
|