ports/graphics/diplib/files/patch-CMakeLists.txt
Yuri Victorovich 374eb04d6e graphics/diplib: update 3.4.3 → 3.5.0
Reported by:	portscout
2024-06-18 23:58:47 -07:00

11 lines
342 B
Text

--- CMakeLists.txt.orig 2024-06-18 04:45:59 UTC
+++ CMakeLists.txt
@@ -76,7 +76,7 @@ add_subdirectory(src)
### DIPjavaio
-find_package(Java COMPONENTS Development)
+#find_package(Java COMPONENTS Development)
unset(DIP_JAVAIO_INTERFACES)
if(JAVA_FOUND)
# Set JAVA_HOME so that the JNI found is from the same JDK as the Java package