mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
11 lines
342 B
Text
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
|