diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-06-25 09:08:07 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-06-25 09:08:07 +0200 |
commit | 858b676e1916612f882e35bb80d76cedcb6fe2eb (patch) | |
tree | e49b78f7abfb6c1defb497a041ef1dd8a472c22f | |
parent | 6aa229b3a25b0673c8c224627ef25391c10da4a8 (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.py | 2 |
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: |