File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 CTEST_ARGS : ${{inputs.ctest_args}}
105105 CTEST_TEST_TIMEOUT : ${{inputs.ctest_test_timeout}}
106106 USE_SIMD : ${{inputs.simd}}
107- FMT_VERSION : ${{inputs.fmt_ver}}
107+ fmt_BUILD_VERSION : ${{inputs.fmt_ver}}
108108 OPENCOLORIO_VERSION : ${{inputs.opencolorio_ver}}
109109 OPENEXR_VERSION : ${{inputs.openexr_ver}}
110110 PYBIND11_VERSION : ${{inputs.pybind11_ver}}
Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ if [[ "$USE_SIMD" != "" ]] ; then
1818 OIIO_CMAKE_FLAGS=" $OIIO_CMAKE_FLAGS -DUSE_SIMD=$USE_SIMD "
1919fi
2020
21- if [[ -n " $FMT_VERSION " ]] ; then
22- OIIO_CMAKE_FLAGS=" $OIIO_CMAKE_FLAGS -DBUILD_FMT_VERSION=$FMT_VERSION "
23- fi
24-
2521if [[ -n " $CODECOV " ]] ; then
2622 OIIO_CMAKE_FLAGS=" $OIIO_CMAKE_FLAGS -DCODECOV=${CODECOV} "
2723fi
You can’t perform that action at this time.
0 commit comments