Skip to content

Commit c587407

Browse files
lgritzssh4net
authored andcommitted
build: Include idiff in the python wheels we build (#5104)
Fixes #5062 This was a suggestion for the sake of helping OpenUSD. Signed-off-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com> Signed-off-by: Vlad <shaamaan@gmail.com>
1 parent e1fc80b commit c587407

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ endif ()
273273
# Disable building of certain tools when building Python wheels
274274
if (SKBUILD)
275275
set (ENABLE_iconvert OFF)
276-
set (ENABLE_idiff OFF)
277276
set (ENABLE_igrep OFF)
278277
set (ENABLE_iinfo OFF)
279278
set (ENABLE_testtex OFF)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Issues = "https://github.com/AcademySoftwareFoundation/OpenImageIO/issues"
4545

4646
[project.scripts]
4747
# Use the convention below to expose CLI tools as Python scripts.
48+
idiff = "OpenImageIO:_command_line"
4849
maketx = "OpenImageIO:_command_line"
4950
oiiotool = "OpenImageIO:_command_line"
5051

0 commit comments

Comments
 (0)