Server: pass JAVA_HOME to CMake correctly

This commit is contained in:
2024-11-24 22:52:37 +01:00
parent d15ed3ecdd
commit 8408c8f324

View File

@@ -83,7 +83,12 @@
${project.build.outputDirectory}/native-build-local ${project.build.outputDirectory}/native-build-local
</targetPath> </targetPath>
<options> <options>
-DDHFS_LIB_INSTALL=${dhfs.native-libs-dir} <option>
-DJAVA_HOME=${java.home}
</option>
<option>
-DDHFS_LIB_INSTALL=${dhfs.native-libs-dir}
</option>
</options> </options>
</configuration> </configuration>
</execution> </execution>