Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phbasler committed Jun 4, 2024
1 parent 0bab1ea commit 15e50ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def build_requirements(self):
def requirements(self):
self.requires("eigen/3.4.0", transitive_headers=True)

if self.options.openmp and self.settings.os != "windows":
if self.options.openmp and self.settings.os != "Windows":
self.requires("llvm-openmp/17.0.6", transitive_headers=True)

def set_version(self):
Expand Down

0 comments on commit 15e50ce

Please sign in to comment.