Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusarnold committed Apr 13, 2023
1 parent ef04e72 commit a798939
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 @@ -20,7 +20,7 @@ def requirements(self):
self.requires("catch2/2.13.6")
self.requires("nativefiledialog/116")
# Overrides for nativefiledialogs gtk dependency which cant be built with recent compilers (clang/gcc)
# since there are warnins as errors.
# since there are warnings as errors.
self.requires("gtk/system", override=True)

def export_sources(self):
Expand Down

0 comments on commit a798939

Please sign in to comment.