We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f071dc commit 205ebdfCopy full SHA for 205ebdf
CMakeLists.txt
@@ -27,7 +27,7 @@ include(SetPlatformFeatures)
27
include(SystemInformation)
28
29
# External packages
30
-find_package(Java REQUIRED)
+find_package(Java 17 REQUIRED)
31
32
# Modules
33
add_subdirectory("modules")
0 commit comments