Skip to content

Commit

Permalink
Merge pull request #75 from Esri/chr11115/CE-12511_fix_branch_test
Browse files Browse the repository at this point in the history
Upgrade cmake dep (since older version was removed)
  • Loading branch information
chr11115 authored Oct 23, 2024
2 parents f44482f + 83a7d78 commit 2df4831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ def buildConfig(String src, String tgt, Map cfg, List deps, List defs) {
cepl.cleanCurrentDir()
unstash(name: SOURCE_STASH)
deps.each { d -> papl.fetchDependency(d, cfg) }
papl.runCMakeBuild(src, 'build', tgt, cfg, defs, JenkinsTools.CMAKE319)
papl.runCMakeBuild(src, 'build', tgt, cfg, defs, JenkinsTools.CMAKE327)
}

0 comments on commit 2df4831

Please # to comment.