Skip to content

Commit

Permalink
Keep the same CMake version for all compilers
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
dmn-star and uilianries authored Jan 6, 2021
1 parent e679ee7 commit c483c50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/folly/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ def _required_boost_components(self):

# Freeze max. CMake version at 3.16.2 to fix the Linux build
def build_requirements(self):
if tools.os_info.is_linux and self.settings.os == "Linux":
if Version(self.version) <= "2020.08.10.00":
self.build_requires("cmake/3.16.2")
self.build_requires("cmake/3.16.2")

def requirements(self):
self.requires("boost/1.74.0")
Expand Down

0 comments on commit c483c50

Please sign in to comment.