Skip to content

Commit

Permalink
Use cmake3 on CentOS7 builds.
Browse files Browse the repository at this point in the history
  - The 'cmake3' package for CentOS 7 provides CMake version greater
    than 3.
  • Loading branch information
mahge committed Aug 4, 2021
1 parent a97711d commit 6f58bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -173,7 +173,7 @@ pipeline {
common.buildOMC(
'/opt/rh/devtoolset-8/root/usr/bin/gcc',
'/opt/rh/devtoolset-8/root/usr/bin/g++',
'FC=/opt/rh/devtoolset-8/root/usr/bin/gfortran',
'FC=/opt/rh/devtoolset-8/root/usr/bin/gfortran CMAKE=cmake3',
false, // Building C++ runtime doesn't work at the moment
false)
}
Expand Down

0 comments on commit 6f58bc5

Please sign in to comment.