Skip to content

Commit

Permalink
don't raise if powershell required
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Feb 25, 2021
1 parent adbf788 commit bd56cf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/ms-gltf-sdk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def requirements(self):

def build_requirements(self):
if not (tools.which("pwsh") or tools.which("powershell")):
raise ConanInvalidConfiguration("{} requires powershell at build time.".format(self.name))
self.build_requires("powershell/7.1.2")

def source(self):
Expand Down

0 comments on commit bd56cf8

Please sign in to comment.