mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Install CMake in system dirs
This commit is contained in:
parent
4d208ae86f
commit
e1b62a5d39
@ -9,7 +9,7 @@ os_name = os.environ['TRAVIS_OS_NAME']
|
|||||||
if os_name == 'linux':
|
if os_name == 'linux':
|
||||||
# Install newer version of CMake.
|
# Install newer version of CMake.
|
||||||
bootstrap.install_cmake(
|
bootstrap.install_cmake(
|
||||||
'cmake-3.1.1-Linux-i386.tar.gz', check_installed=False, download_dir=None, install_dir='.')
|
'cmake-3.1.1-Linux-i386.tar.gz', check_installed=False, download_dir=None)
|
||||||
with Downloader().download('http://www.biicode.com/downloads/latest/ubuntu64') as f:
|
with Downloader().download('http://www.biicode.com/downloads/latest/ubuntu64') as f:
|
||||||
check_call(['sudo', 'dpkg', '-i', f])
|
check_call(['sudo', 'dpkg', '-i', f])
|
||||||
elif os_name == 'osx':
|
elif os_name == 'osx':
|
||||||
|
Loading…
Reference in New Issue
Block a user