summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-25 09:08:07 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-25 09:08:07 +0200
commit858b676e1916612f882e35bb80d76cedcb6fe2eb (patch)
treee49b78f7abfb6c1defb497a041ef1dd8a472c22f
parent6aa229b3a25b0673c8c224627ef25391c10da4a8 (diff)
Revert "bootstrap: Always build cmake on non-Linux platforms"
This reverts commit 6aa229b3a25b0673c8c224627ef25391c10da4a8. Apparently the new world order is to install cmake manually.
-rw-r--r--cerbero/bootstrap/build_tools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cerbero/bootstrap/build_tools.py b/cerbero/bootstrap/build_tools.py
index 826668eb..f8784c1a 100644
--- a/cerbero/bootstrap/build_tools.py
+++ b/cerbero/bootstrap/build_tools.py
@@ -56,8 +56,6 @@ class BuildTools (BootstrapperBase):
self.BUILD_TOOLS.append('yasm')
if self.config.distro_version in [DistroVersion.REDHAT_6]:
self.BUILD_TOOLS.append('cmake')
- else:
- self.BUILD_TOOLS.append('cmake')
if self.config.target_platform == Platform.LINUX:
self.BUILD_TOOLS.append('app-image-kit')
if self.config.target_platform == Platform.IOS: