mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
Server: pass JAVA_HOME to CMake correctly
This commit is contained in:
@@ -83,7 +83,12 @@
|
||||
${project.build.outputDirectory}/native-build-local
|
||||
</targetPath>
|
||||
<options>
|
||||
-DDHFS_LIB_INSTALL=${dhfs.native-libs-dir}
|
||||
<option>
|
||||
-DJAVA_HOME=${java.home}
|
||||
</option>
|
||||
<option>
|
||||
-DDHFS_LIB_INSTALL=${dhfs.native-libs-dir}
|
||||
</option>
|
||||
</options>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Reference in New Issue
Block a user