Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
intelligide and uilianries authored Sep 15, 2020
1 parent cca6cfc commit bde27f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipes/mikktspace/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sources:
"cci.20200325":
url: "https://github.com/mmikk/MikkTSpace/archive/master.zip"
sha256: "c4377c330d929134b4990567c329302f9e00eb818fde4ff31967e206926536ff"
url: "https://github.com/mmikk/MikkTSpace/archive/3e895b49d05ea07e4c2133156cfa94369e19e409.tar.gz"
sha256: "aeba65ddee85a679133d510d71d00b108f603752f90b15b9ecf7777033f6e351"
2 changes: 1 addition & 1 deletion recipes/mikktspace/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MikkTSpaceConan(ConanFile):
}

generators = "cmake"
exports_sources = ['CMakeLists.txt', 'patches/*']
exports_sources = ['CMakeLists.txt']

_cmake = None

Expand Down

0 comments on commit bde27f1

Please sign in to comment.