Skip to content

Commit e28969b

Browse files
committed
Remove helper from Makefile
Signed-off-by: Scott Wilson <scott@propersquid.com>
1 parent 8c47b52 commit e28969b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ ifneq (${NAMESPACE},)
5555
MY_CMAKE_FLAGS += -DOIIO_NAMESPACE:STRING=${NAMESPACE}
5656
endif
5757

58-
ifneq (${BUILD_MISSING_DEPS},)
59-
MY_CMAKE_FLAGS += -DOpenImageIO_BUILD_MISSING_DEPS=all
60-
endif
61-
6258
ifneq (${USE_PYTHON},)
6359
MY_CMAKE_FLAGS += -DUSE_PYTHON:BOOL=${USE_PYTHON}
6460
endif

0 commit comments

Comments
 (0)