Skip to content

Commit 0423213

Browse files
author
Yann Diorcet
committed
Use cmake --build . instead of make
1 parent ceca12a commit 0423213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zproject_java.gsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ task initCMake(type: Exec, dependsOn: 'generateJniHeaders') {
182182
commandLine "cmake", "."
183183
}
184184
task buildNative(type: Exec, dependsOn: 'initCMake') {
185-
commandLine "make"
185+
commandLine "cmake", "--build", "."
186186
}
187187

188188
task copyLibs(type: Copy) {

0 commit comments

Comments
 (0)