Unverified Commit ef4b5be5 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] fixed CMake update on Travis (#1804)

parent f21ca60b
......@@ -3,7 +3,7 @@
if [[ $OS_NAME == "macos" ]]; then
if [[ $COMPILER == "clang" ]]; then
brew install libomp
brew reinstall cmake # CMake >=3.12 is needed to find OpenMP at macOS
brew upgrade cmake # CMake >=3.12 is needed to find OpenMP at macOS
if [[ $AZURE == "true" ]]; then
sudo xcode-select -s /Applications/Xcode_8.3.1.app/Contents/Developer
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment