Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
danimtb committed Jul 3, 2020
1 parent ff233d9 commit 16b4a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/corrade/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def configure(self):
if self.settings.compiler == "Visual Studio" and tools.Version(self.settings.compiler.version.value) < 14:
raise ConanInvalidConfiguration("Corrade requires Visual Studio version 14 or greater")
if tools.cross_building(self.settings):
print("THIS IS CROSS-BUILDING!")
self.output.warn("THIS IS CROSS-BUILDING!")
raise ConanInvalidConfiguration("This Corrade recipe doesn't support cross building yet")

Expand Down

0 comments on commit 16b4a8f

Please sign in to comment.