fix(assimp)

closes #3404
This commit is contained in:
Jacob Heider 2023-09-23 17:48:28 -04:00
parent 4da816e4f6
commit b93b11f2ee
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -16,10 +16,12 @@ build:
gnu.org/patch: '*'
script:
- run: curl $PATCH | patch -p1 || true
if: darwin
if: <5.3.0
- cmake -S . -B build -G Ninja $CMAKE_ARGS
- cmake --build build
- cmake --install build
- run: cp -a contrib {{prefix}}/include
if: '>=5.3.0'
env:
PATCH: https://github.com/assimp/assimp/commit/5a89d6fee138f8bc979b508719163a74ddc9a384.patch?full_index=1
CMAKE_ARGS: