assimp: remove -Werror to allow compilation on Intel oneAPI (#29552)
This commit is contained in:
parent
3648adc2a7
commit
fa9894ae16
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ class Assimp(CMakePackage):
|
||||||
depends_on('zlib')
|
depends_on('zlib')
|
||||||
depends_on('boost')
|
depends_on('boost')
|
||||||
|
|
||||||
|
def patch(self):
|
||||||
|
filter_file('-Werror', '', 'code/CMakeLists.txt')
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
args = [
|
args = [
|
||||||
'-DASSIMP_BUILD_TESTS=OFF',
|
'-DASSIMP_BUILD_TESTS=OFF',
|
||||||
|
|
Loading…
Reference in a new issue