diff --git a/recipe/bld.bat b/recipe/bld.bat index d413cfa..a6f34ff 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -9,8 +9,7 @@ cmake %SRC_DIR% ^ -DMOMENTUM_BUILD_TESTING=ON ^ -DMOMENTUM_BUILD_EXAMPLES=OFF ^ -DMOMENTUM_BUILD_PYMOMENTUM=OFF ^ - -DMOMENTUM_BUILD_WITH_EZC3D=OFF ^ - -DMOMENTUM_BUILD_WITH_OPENFBX=OFF + -DMOMENTUM_BUILD_WITH_EZC3D=OFF if errorlevel 1 exit 1 cmake --build build --parallel --config Release diff --git a/recipe/build.sh b/recipe/build.sh index 1d9259d..7907b73 100755 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -17,8 +17,7 @@ cmake $SRC_DIR \ -DMOMENTUM_BUILD_TESTING=ON \ -DMOMENTUM_BUILD_EXAMPLES=OFF \ -DMOMENTUM_BUILD_PYMOMENTUM=OFF \ - -DMOMENTUM_BUILD_WITH_EZC3D=OFF \ - -DMOMENTUM_BUILD_WITH_OPENFBX=OFF + -DMOMENTUM_BUILD_WITH_EZC3D=OFF cmake --build build --parallel diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 32f8fb8..ecc50be 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: f37bb8288b873de3b804c367eadeec81c02bff2ceff470f35a9427ed4b426bfe build: - number: 2 + number: 3 run_exports: - {{ pin_subpackage(name, max_pin='x.x') }} @@ -33,6 +33,7 @@ requirements: - librerun-sdk - ms-gsl - nlohmann_json + - openfbx - python # [linux] - re2 - sophus @@ -40,6 +41,7 @@ requirements: run: - dispenso - gflags + - libdeflate - python # [linux] test: