Skip to content

Commit

Permalink
Require cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Aug 7, 2023
1 parent 04aad0e commit e8bcd72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class SISLConan(ConanFile):

def build_requirements(self):
self.build_requires("benchmark/1.7.1")
self.build_requires("cmake/3.27.0")
self.build_requires("gtest/1.13.0")

def requirements(self):
Expand Down

0 comments on commit e8bcd72

Please sign in to comment.