mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:37:22 +02:00
Merge pull request #729 from murillodigital/master
Fixing cmake path on seed's groovy
This commit is contained in:
commit
83e90cba49
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ static Closure cmakeBuild(srcDir, instCommand) {
|
|||
installCommand instCommand
|
||||
preloadScript ''
|
||||
cmakeArgs ''
|
||||
projectCmakePath '/usr/bin/cmake'
|
||||
projectCmakePath '/usr/local/bin/cmake'
|
||||
cleanBuild 'false'
|
||||
cleanInstallDir 'false'
|
||||
builderImpl ''
|
||||
|
|
Loading…
Reference in a new issue