Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
e72d0a58
Commit
e72d0a58
authored
Jul 02, 2020
by
Andrew Murray
Browse files
Install cmake instead if cmake28 cannot be found in yum
parent
2d072669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
library_builders.sh
library_builders.sh
+4
-2
No files found.
library_builders.sh
View file @
e72d0a58
...
...
@@ -157,8 +157,10 @@ function get_cmake {
if
[
-n
"
$IS_OSX
"
]
;
then
brew
install
cmake
>
/dev/null
else
yum_install cmake28
>
/dev/null
cmake
=
cmake28
if
[
"
`
yum search cmake |
grep
^cmake28
\.
`
"
]
;
then
cmake
=
cmake28
fi
yum_install
$cmake
>
/dev/null
fi
echo
$cmake
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment