We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c2f4e commit 213adf3Copy full SHA for 213adf3
cmake/java.cmake
@@ -12,7 +12,7 @@ if(UNIX AND NOT APPLE)
12
endif()
13
14
# Find Java and JNI
15
-find_package(Java 1.8 COMPONENTS Development REQUIRED)
+find_package(Java COMPONENTS Development REQUIRED)
16
find_package(JNI REQUIRED)
17
18
# Find maven
0 commit comments