Skip to content

Commit

Permalink
Disable assimp warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrNamenlos123 committed Apr 7, 2024
1 parent ed13100 commit 54ee381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/assimp/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def source(self):
self.source_git_repo("https://github.com/assimp/assimp.git", "v5.3.1")

def build(self):
self.build_generic_cmake_project()
self.build_generic_cmake_project([ "-DASSIMP_WARNINGS_AS_ERRORS=OFF" ])

def package(self):
self.archive_generic_package()

0 comments on commit 54ee381

Please # to comment.