mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
Server: pass JAVA_HOME to CMake correctly
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user