Skip to content

Commit

Permalink
Try to update cmake on Mac travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Jul 5, 2018
1 parent ceddc12 commit 4523c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis_cmake_mac.sh
Expand Up @@ -3,6 +3,7 @@ brew uninstall cmake --force
wget https://cmake.org/files/v3.12/cmake-3.12.0-rc2-Darwin-x86_64.tar.gz
tar -xvzf cmake-3.12.0-rc2-Darwin-x86_64.tar.gz
cp -r cmake-3.12.0-rc2-Darwin-x86_64/CMake.app/Contents/bin/* /usr/local/bin/
cp -r cmake-3.12.0-rc2-Darwin-x86_64/CMake.app/Contents/share/* /usr/local/share/
sysctl -n hw.physicalcpu
which cmake
cmake --version

0 comments on commit 4523c5a

Please sign in to comment.