Skip to content

Commit

Permalink
[ci] fixed CMake update on Travis (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed Oct 31, 2018
1 parent f21ca60 commit ef4b5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup.sh
Expand Up @@ -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
Expand Down

0 comments on commit ef4b5be

Please sign in to comment.